Fix Riproduzione da Informazioni

This commit is contained in:
Alhaziel01
2021-11-24 16:50:11 +01:00
parent cbccf06cc5
commit bd4cca09ba
2 changed files with 16 additions and 1 deletions

View File

@@ -222,6 +222,12 @@ def run(item=None):
# Special action for findvideos, where the plugin looks for known urls
elif item.action == "findvideos":
from core import servertools
from core import db
if db['OnPlay'].get('addon', False):
item.autoplay = True
platformtools.fakeVideo()
db.close()
# First checks if channel has a "findvideos" function
if hasattr(channel, 'findvideos'):