forked from openlp/openlp
Fix remote edit issue
This commit is contained in:
parent
16b4aa0715
commit
c262d9ad75
@ -200,7 +200,8 @@ class SongMediaItem(MediaManagerItem):
|
||||
if self.remoteTriggered == u'P':
|
||||
self.onPreviewClick()
|
||||
# Push edits to the service manager to update items
|
||||
if self.editItem and self.updateServiceOnEdit:
|
||||
if self.editItem and self.updateServiceOnEdit and \
|
||||
not self.remoteTriggered:
|
||||
item = self.buildServiceItem(self.editItem)
|
||||
self.parent.serviceManager.replaceServiceItem(item)
|
||||
self.onRemoteEditClear()
|
||||
|
Loading…
Reference in New Issue
Block a user