Revert "ricerca globale: aggiornamento gui in try-except"

This reverts commit 4e752324
This commit is contained in:
mac12m99
2021-04-25 10:35:47 +02:00
parent 5833b38f3b
commit a1ad38d2ea

View File

@@ -348,12 +348,11 @@ class SearchWindow(xbmcgui.WindowXML):
if self.item.mode != 'all' and not valid and self.item.infoLabels.get('originaltitle'):
logger.debug('retring with original title on channel ' + channel)
dummy, valid, dummy = search(self.item.infoLabels.get('originaltitle'))
self.count += 1
return self.update(channel, valid, other if other else results)
except:
import traceback
logger.error(traceback.format_exc())
pass
self.count += 1
return self.update(channel, valid, other if other else results)
def makeItem(self, url):
item = Item().fromurl(url)