Search: arrego "Buscar en otros Canales" para canales Torrent

This commit is contained in:
Kingbox
2018-10-04 14:57:02 +02:00
parent eef016d69e
commit fe86c1a4d9

View File

@@ -493,10 +493,10 @@ def do_search(item, categories=None):
if categories:
# Si no se ha seleccionado torrent no se muestra
if "torrent" not in categories and "infoPlus" not in categories:
if "torrent" in channel_parameters["categories"]:
logger.info("%s -torrent-" % basename_without_extension)
continue
#if "torrent" not in categories and "infoPlus" not in categories:
# if "torrent" in channel_parameters["categories"]:
# logger.info("%s -torrent-" % basename_without_extension)
# continue
for cat in categories:
if cat not in channel_parameters["categories"]: