This commit is contained in:
Alhaziel01
2020-12-17 11:59:30 +01:00
parent ae5d33e47a
commit 20afab27e9
2 changed files with 1 additions and 2 deletions

View File

@@ -646,7 +646,6 @@ class SearchWindow(xbmcgui.WindowXMLDialog):
elif not item.action:
self.getControl(QUALITYTAG).setText(item.fulltitle)
else:
logger.debug(item)
it = self.makeItem(item.tourl())
other.append(it)