Skip to content

Commit

Permalink
Fix for mza921#94
Browse files Browse the repository at this point in the history
  • Loading branch information
meisnate12 committed Nov 5, 2020
1 parent d620d75 commit 1d2359d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/plex_auto_collections.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def check_details(check_name, check_value):
elif method_name in ["imdb_list", "trakt_list"]: #TODO: validate
methods.append((method_name, get_attribute_list(collections[c][m])))
elif method_name == "trakt_trending":
methods.append((method_name, regex_first_int(collections[c][m], method_name, default=30)))
methods.append((method_name, [regex_first_int(collections[c][m], method_name, default=30)]))
elif method_name == "tautulli": #TODO:test
try:
new_dictionary = {}
Expand Down

0 comments on commit 1d2359d

Please sign in to comment.