From 564b2fda573428ab42e09c400ceb3d9f9de4f14b Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Thu, 16 Apr 2020 12:23:35 +0200 Subject: [PATCH] ops --- specials/community.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specials/community.py b/specials/community.py index 4452d118..0cec12b2 100644 --- a/specials/community.py +++ b/specials/community.py @@ -9,6 +9,7 @@ from core.item import Item from platformcode import config, platformtools from specials import autoplay from channelselector import get_thumb +from collections import OrderedDict info_language = ["de", "en", "es", "fr", "it", "pt"] # from videolibrary.json try: lang = info_language[config.get_setting("info_language", "videolibrary")] @@ -588,7 +589,6 @@ def filter_thread(filter, key, item, description): # for load json from item or url def load_json(item): support.log() - from collections import OrderedDict url = item.url if type(item) == Item else item try: