small fix

This commit is contained in:
Alhaziel01
2020-04-13 22:49:31 +02:00
parent 7c5a57a7b2
commit ef7198b9c8
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ from core import httptools, support
host = support.config.get_channel_url()
headers = [['Referer', host]]
list_servers = ['mixdrop','vidoza','cloudvideo','vup','supervideo','gounlimited']
list_servers = ['mega']
list_quality = ['default']
@support.menu
@@ -43,7 +43,7 @@ def search(item, text):
except:
import sys
for line in sys.exc_info():
logger.error("search except: %s" % line)
support.logger.error("search except: %s" % line)
return []

View File

@@ -1006,7 +1006,7 @@ def videolibrary(itemlist, item, typography='', function_level=1, function=''):
action=action,
extra=extra,
path=item.path,
thumbnail=get_thumb('videolibrary_%s.png') % contentType
thumbnail=get_thumb('add_to_videolibrary.png')
))
return itemlist