Videoteca DB

This commit is contained in:
Alhaziel01
2021-05-11 18:56:11 +02:00
parent 9b70993ad6
commit c942f9b4ec
18 changed files with 1514 additions and 1563 deletions
+1 -1
View File
@@ -918,7 +918,7 @@ def get_episodes(item):
info("Omitiendo item no válido:", episode.tostring())
# Any other result is not worth it, we ignore it...
itemlist = videolibrarytools.filter_list(itemlist)
# itemlist = videolibrarytools.filter_list(itemlist)
return itemlist
+1 -1
View File
@@ -642,7 +642,7 @@ class SearchWindow(xbmcgui.WindowXML):
busy(False)
return
if item.action in ['add_pelicula_to_library', 'add_serie_to_library','save_download']: # special items (add to videolibrary, download ecc.)
if item.action in ['add_movie_to_library', 'add_serie_to_library','save_download']: # special items (add to videolibrary, download ecc.)
xbmc.executebuiltin("RunPlugin(plugin://plugin.video.kod/?" + item_url + ")")
busy(False)
return
+573 -538
View File
File diff suppressed because it is too large Load Diff