This commit is contained in:
Alhaziel01
2021-02-14 16:37:11 +01:00
parent b780f4dee7
commit 9244201ac1
3 changed files with 19 additions and 15 deletions
+2 -2
View File
@@ -200,9 +200,9 @@ class autorenumber():
Id = None
groups = tmdb.get_groups(self.item)
if groups:
Id = tmdb.select_group(groups)
Id = tmdb.select_group(groups, self.item)
if Id:
if Id and Id != 'original':
self.group = 'https://www.themoviedb.org/tv/{}/episode_group/{}'.format(self.item.infoLabels['tmdb_id'], Id)
seasons = []
groupedSeasons = tmdb.get_group(Id)