Episodio Successivo (Nuovo Metodo)

This commit is contained in:
Alhaziel
2020-01-11 18:47:29 +01:00
parent 5f67d8db15
commit 6fda96e366
5 changed files with 158 additions and 131 deletions
+5 -1
View File
@@ -577,7 +577,11 @@ def findvideos(item):
# return sorted(itemlist, key=lambda it: it.title.lower())
autoplay.play_multi_channel(item, itemlist)
from inspect import stack
from specials import nextep
logger.info('STACK= ' + stack()[1][3])
if nextep.check(item) and stack()[1][3] == 'run':
nextep.videolibrary(item)
return itemlist