This commit is contained in:
Alhaziel
2019-12-28 16:07:21 +01:00
parent 2ff034e580
commit dfdb150130

View File

@@ -997,8 +997,6 @@ def controls(itemlist, item, AutoPlay=True, CheckLinks=True, down_load=True):
if item.contentChannel != 'videolibrary': videolibrary(itemlist, item, function_level=3)
if get_setting('downloadenabled') and down_load == True: download(itemlist, item, function_level=3)
log('STACK=',inspect.stack()[3][1])
log('STACK=',inspect.stack()[4][1])
VL = False
try:
if inspect.stack()[3][3] in ['download_from_best_server', 'select_server'] or \