[6] fix auto_type

pull/790/head
meisnate12 3 years ago
parent 5471cf345c
commit e6319ffb22

@ -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…
Cancel
Save