Alcuni fix

This commit is contained in:
Alhaziel01
2020-11-14 19:07:02 +01:00
parent a4ba6542c9
commit 131e7f55f7
4 changed files with 15 additions and 10 deletions
+2 -2
View File
@@ -126,7 +126,7 @@ def peliculas(item):
if 'category' in item.args:
support.thumb(itemlist,genre=True)
elif not 'filter' in item.args:
if item.contentType != 'movie': autorenumber.renumber(itemlist)
if item.contentType != 'movie': autorenumber.start(itemlist)
tmdb.set_infoLabels_itemlist(itemlist, seekTmdb=True)
return itemlist
@@ -163,7 +163,7 @@ def episodios(item):
url= host + show_id + '/season/' + str(key['season_id']) + '/',
action= 'findvideos',
video_id= key['video_id']))
autorenumber.renumber(itemlist, item, 'bold')
autorenumber.start(itemlist, item)
if autorenumber.check(item) == True \
or support.match(itemlist[0].title, patron=r"(\d+x\d+)").match:
support.videolibrary(itemlist,item)