Fix SerieHD

This commit is contained in:
Alhaziel
2019-08-12 22:41:59 +02:00
parent 3aa9871440
commit 2beb9bace0
2 changed files with 14 additions and 16 deletions
+1 -1
View File
@@ -360,7 +360,7 @@ def scrape(func):
# if (item.contentType == "tvshow" and (action != "findvideos" and action != "play")) \
# or (item.contentType == "episode" and action != "play") \
# or (item.contentType == "movie" and action != "play") :
if action != 'play':
if action != 'play' and 'patronMenu' not in args:
tmdb.set_infoLabels_itemlist(itemlist, seekTmdb=True)
# else: # Si perde item show :(
# for it in itemlist: