mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2025-02-16 22:08:25 +00:00
[9] fix more original_language
This commit is contained in:
parent
f6bf9cd503
commit
02418ec9f2
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.16.0-develop8
|
||||
1.16.0-develop9
|
||||
|
|
|
@ -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":
|
||||
|
|
Loading…
Add table
Reference in a new issue