Fix Ordine Episodi SerieHD
This commit is contained in:
+1
-1
@@ -114,7 +114,7 @@ def episodios(item):
|
|||||||
action = 'findvideos'
|
action = 'findvideos'
|
||||||
|
|
||||||
def itemlistHook(itemlist):
|
def itemlistHook(itemlist):
|
||||||
itemlist.sort(key=lambda item: item.title)
|
itemlist.sort(key=lambda item: int(support.re.sub(r'\[[^\]]+\]','',item.title).split('x')[0]))
|
||||||
return itemlist
|
return itemlist
|
||||||
|
|
||||||
return locals()
|
return locals()
|
||||||
|
|||||||
Reference in New Issue
Block a user