From fe17666aa488409b365a6fb934b1bbfb4e4a8494 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Wed, 12 Aug 2020 19:54:57 +0200 Subject: [PATCH] Fix --- core/support.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/support.py b/core/support.py index 5b00b2f3..43a77b9c 100755 --- a/core/support.py +++ b/core/support.py @@ -1177,7 +1177,7 @@ def server(item, data='', itemlist=[], headers='', AutoPlay=True, CheckLinks=Tru log(findS) if not findS: if item.channel == 'community': - findS= (support.config.get_localized_string(30137), videoitem.url, 'directo') + findS= (config.get_localized_string(30137), videoitem.url, 'directo') else: videoitem.url = unshortenit.unshorten_only(videoitem.url)[0] findS = servertools.get_server_from_url(videoitem.url)