Skip to content

Commit

Permalink
[59] fix tvdb_genre filter
Browse files Browse the repository at this point in the history
  • Loading branch information
meisnate12 committed Apr 3, 2024
1 parent ca92fcc commit 92fcd29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.20.0-develop58
1.20.0-develop59
2 changes: 1 addition & 1 deletion modules/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -2695,7 +2695,7 @@ def smart_pair(list_to_pair):
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:
Expand Down

0 comments on commit 92fcd29

Please sign in to comment.