piccoli fix

This commit is contained in:
Alhaziel01
2020-04-10 22:16:04 +02:00
parent f4b01a6ffd
commit 36ea5ff352
5 changed files with 17 additions and 9 deletions

View File

@@ -45,7 +45,7 @@ def start():
if not config.dev_mode():
from platformcode import updater
updater.showSavedChangelog()
def run(item=None):
logger.info()
if not item:

View File

@@ -176,7 +176,7 @@ def render_items(itemlist, parent_item):
item.folder = False
if item.fanart == "":
item.fanart = parent_item.fanart
if item.action == 'play' and thumb_type == 1:
if item.action == 'play' and thumb_type == 1 and not item.forcethumb:
item.thumbnail = "https://github.com/kodiondemand/media/raw/master/resources/servers/" + item.server.lower() + '.png'
# if cloudflare, cookies are needed to display images taken from site