mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
[59] fix tvdb_genre filter
This commit is contained in:
parent
ca92fcc1bf
commit
92fcd29415
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.20.0-develop58
|
||||
1.20.0-develop59
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue