forked from openlp/openlp
Remove .replaceServiceItem call which doesn't appear to do what I thought it did
This commit is contained in:
parent
d1eca2d4c4
commit
54b9dfc01c
@ -301,7 +301,6 @@ class CustomMediaItem(MediaManagerItem):
|
||||
self.plugin.manager.save_object(custom)
|
||||
self.onSearchTextButtonClicked()
|
||||
if item.name.lower() == u'custom':
|
||||
self.plugin.serviceManager.replaceServiceItem(item)
|
||||
Receiver.send_message(u'service_item_update', u'%s:%s:%s' % (custom.id, item._uuid, False))
|
||||
|
||||
def onClearTextButtonClick(self):
|
||||
|
Loading…
Reference in New Issue
Block a user