diff --git a/channels/seriehd.py b/channels/seriehd.py index b82d866a..55b3c64b 100644 --- a/channels/seriehd.py +++ b/channels/seriehd.py @@ -121,7 +121,7 @@ def episodios(item): action = 'findvideos' def itemlistHook(itemlist): - itemlist.sort(key=lambda item: (item.season, item.episode)) + itemlist.sort(key=lambda item: (item.infoLabels['season'], item.infoLabels['episode'])) return itemlist return locals()