fix for merge

This commit is contained in:
Andreas Preikschat 2011-01-12 17:45:32 +01:00
parent e2124942cc
commit 9bb2b942a0
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,7 @@ class SongMediaItem(MediaManagerItem):
if self.addSongFromService:
editId = self.openLyrics.xml_to_song(item.xml_version)
# Update service with correct song id.
if editId is not None:
if editId:
Receiver.send_message(u'service_item_update',
u'%s:%s' % (editId, item._uuid))