[59] fix tvdb_genre filter

This commit is contained in:
meisnate12 2024-04-03 10:49:18 -04:00
parent ca92fcc1bf
commit 92fcd29415
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
1.20.0-develop58
1.20.0-develop59

View file

@ -2695,7 +2695,7 @@ class CollectionBuilder:
return util.get_list(data, upper=True)
elif attribute in ["original_language", "tmdb_keyword"]:
return util.get_list(data, lower=True)
elif attribute in ["tmdb_genre"]:
elif attribute in ["tmdb_genre", "tvdb_genre"]:
return util.get_list(data)
elif attribute == "history":
try: