From 459dc13a34fabab59b2980e61725d5b6a86a2210 Mon Sep 17 00:00:00 2001 From: Alhaziel Date: Sat, 25 May 2019 16:10:11 +0200 Subject: [PATCH] Little fix :p --- core/support.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/support.py b/core/support.py index 0da326ec..800a880a 100644 --- a/core/support.py +++ b/core/support.py @@ -61,7 +61,7 @@ def hdpass_get_servers(item): url=url_decode(media_url))) log("video -> ", res_video) - return controls(itemlist, item, AutoPlay, CheckLinks) + return controls(itemlist, item, AutoPlay=True, CheckLinks=True) def url_decode(url_enc):