[9] fix more original_language

This commit is contained in:
meisnate12 2022-03-08 15:23:05 -05:00
parent f6bf9cd503
commit 02418ec9f2
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
1.16.0-develop8
1.16.0-develop9

View file

@ -294,7 +294,7 @@ class MetadataFile(DataFile):
tmdb_id, tvdb_id, imdb_id = library.get_ids(item)
tmdb_item = config.TMDb.get_item(item, tmdb_id, tvdb_id, imdb_id, is_movie=True)
if tmdb_item and tmdb_item.original_language and tmdb_item.original_language.iso_639_1 not in exclude and tmdb_item.original_language.english_name not in exclude:
auto_list[tmdb_item.collection.iso_639_1] = tmdb_item.collection.english_name
auto_list[tmdb_item.original_language.iso_639_1] = tmdb_item.original_language.english_name
logger.exorcise()
default_title_format = "<<title>> <<library_type>>s"
elif auto_type == "actor":