Fix song editing what I did broke. Oops

This commit is contained in:
Jonathan Corwin 2011-05-18 19:32:18 +01:00
parent 6af93d4561
commit 3add2de140

View File

@ -221,7 +221,7 @@ class SongMediaItem(MediaManagerItem):
# Push edits to the service manager to update items
if self.editItem and self.updateServiceOnEdit and \
not self.remoteTriggered:
item_id = _getIdOfItemToGenerate(self.editItem)
item_id = self._getIdOfItemToGenerate(self.editItem)
item = self.buildServiceItem(item_id)
self.parent.serviceManager.replaceServiceItem(item)
self.onRemoteEditClear()