Fix error on Song Saving

bzr-revno: 475
This commit is contained in:
Tim Bentley 2009-06-23 16:49:17 +01:00
commit e06a178423

View File

@ -136,4 +136,4 @@ class SongsPlugin(Plugin):
self.media_item.onSongLiveClick() self.media_item.onSongLiveClick()
if event.event_type == EventType.LoadSongList : if event.event_type == EventType.LoadSongList :
log.debug(u'Load Load Song List Item received') log.debug(u'Load Load Song List Item received')
self.media_item.displayResults(self.songmanager.get_songs()) self.media_item.displayResultsSong(self.songmanager.get_songs())