piccoli Fix

This commit is contained in:
Alhaziel01
2021-02-09 19:13:55 +01:00
parent 35def5e512
commit 4bcbec4253
9 changed files with 29 additions and 21 deletions

View File

@@ -118,9 +118,9 @@ def episodios(item):
def play(item):
support.info()
if item.filter:
if item.livefilter:
for it in live(item):
if it.fulltitle == item.filter:
if it.fulltitle == item.livefilter:
item = it
break
data = support.match(item).data