[6] fix auto_type

This commit is contained in:
meisnate12 2022-03-08 14:45:29 -05:00
parent 5471cf345c
commit e6319ffb22
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
1.16.0-develop5
1.16.0-develop6

View file

@ -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):