Altro Fix TMDB e Autorenumber

This commit is contained in:
Alhaziel01
2021-02-20 16:23:00 +01:00
parent 9908ffe697
commit b2fb8a0a67
2 changed files with 11 additions and 5 deletions
+2 -1
View File
@@ -537,7 +537,8 @@ def get_nfo(item, search_groups=False):
if groups:
Id = select_group(groups, item)
if Id == 'original':
pass
info_nfo = ', '.join(item.infoLabels['url_scraper']) + "\n"
return info_nfo
elif Id :
info_nfo = 'https://www.themoviedb.org/tv/{}/episode_group/{}\n'.format(item.infoLabels['tmdb_id'], Id)
return info_nfo