small fix
This commit is contained in:
@@ -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 []
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user