Fix proxytranslate, migliorie varie

This commit is contained in:
mac12m99
2021-04-25 11:47:16 +02:00
parent a1ad38d2ea
commit ff5f40b966
4 changed files with 15 additions and 14 deletions
+2 -1
View File
@@ -349,7 +349,8 @@ class SearchWindow(xbmcgui.WindowXML):
logger.debug('retring with original title on channel ' + channel)
dummy, valid, dummy = search(self.item.infoLabels.get('originaltitle'))
except:
pass
import traceback
logger.error(traceback.format_exc())
self.count += 1
return self.update(channel, valid, other if other else results)