Fix error on song saving

This commit is contained in:
Tim Bentley 2009-06-23 16:48:31 +01:00
parent 7a008aade3
commit a1b60e034e

View File

@ -136,4 +136,4 @@ class SongsPlugin(Plugin):
self.media_item.onSongLiveClick()
if event.event_type == EventType.LoadSongList :
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())