Remove .replaceServiceItem call which doesn't appear to do what I thought it did

This commit is contained in:
Jonathan Corwin 2012-12-28 23:19:42 +00:00
parent d1eca2d4c4
commit 54b9dfc01c

View File

@ -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):