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)