Añadido contentChannel para saber en findvideos si vengo del addon o de la videolibrary
This commit is contained in:
@@ -381,6 +381,7 @@ def findvideos(item):
|
|||||||
item_json.show = item.library_filter_show.get(nom_canal, "")
|
item_json.show = item.library_filter_show.get(nom_canal, "")
|
||||||
|
|
||||||
# Ejecutamos find_videos, del canal o común
|
# Ejecutamos find_videos, del canal o común
|
||||||
|
item_json.contentChannel='videolibrary'
|
||||||
if hasattr(channel, 'findvideos'):
|
if hasattr(channel, 'findvideos'):
|
||||||
from core import servertools
|
from core import servertools
|
||||||
list_servers = getattr(channel, 'findvideos')(item_json)
|
list_servers = getattr(channel, 'findvideos')(item_json)
|
||||||
|
|||||||
Reference in New Issue
Block a user