forked from openlp/openlp
Fix song editing what I did broke. Oops
This commit is contained in:
parent
6af93d4561
commit
3add2de140
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user