mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
[6] fix auto_type
This commit is contained in:
parent
5471cf345c
commit
e6319ffb22
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.16.0-develop5
|
||||
1.16.0-develop6
|
||||
|
|
|
@ -286,7 +286,7 @@ class MetadataFile(DataFile):
|
|||
if tmdb_item and tmdb_item.collection and tmdb_item.collection.id not in exclude and tmdb_item.collection.name not in exclude:
|
||||
auto_list[tmdb_item.collection.id] = tmdb_item.collection.name
|
||||
logger.exorcise()
|
||||
elif auto == "original_language":
|
||||
elif auto_type == "original_language":
|
||||
if not all_items:
|
||||
all_items = library.get_all()
|
||||
for i, item in enumerate(all_items, 1):
|
||||
|
|
Loading…
Reference in a new issue