forked from openlp/openlp
Plan B. Figure out what the code is actually meant to be doing
This commit is contained in:
parent
3add2de140
commit
7b534642b9
@ -221,8 +221,7 @@ class SongMediaItem(MediaManagerItem):
|
|||||||
# Push edits to the service manager to update items
|
# Push edits to the service manager to update items
|
||||||
if self.editItem and self.updateServiceOnEdit and \
|
if self.editItem and self.updateServiceOnEdit and \
|
||||||
not self.remoteTriggered:
|
not self.remoteTriggered:
|
||||||
item_id = self._getIdOfItemToGenerate(self.editItem)
|
item = self.buildServiceItem(self.editItem)
|
||||||
item = self.buildServiceItem(item_id)
|
|
||||||
self.parent.serviceManager.replaceServiceItem(item)
|
self.parent.serviceManager.replaceServiceItem(item)
|
||||||
self.onRemoteEditClear()
|
self.onRemoteEditClear()
|
||||||
self.onSearchTextButtonClick()
|
self.onSearchTextButtonClick()
|
||||||
|
Loading…
Reference in New Issue
Block a user