diff --git a/VERSION b/VERSION index 2805d682..a5e6103a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.18.3-develop53 +1.18.3-develop54 diff --git a/modules/trakt.py b/modules/trakt.py index f6381a0c..72a1eed5 100644 --- a/modules/trakt.py +++ b/modules/trakt.py @@ -473,7 +473,7 @@ class Trakt: final_dict["status"] = util.parse(err_type, "status", trakt_dict, methods=dict_methods, parent=method_name, datatype="commalist", options=status) valid_dicts.append(final_dict) else: - userlist = util.parse(err_type, "userlist", trakt_dict, methods=dict_methods, parent=method_name, options=["recommended", "watched", "collected", "watchlist"]) + userlist = util.parse(err_type, "userlist", trakt_dict, methods=dict_methods, parent=method_name, options=["recommendations", "watched", "collected", "watchlist"]) user = util.parse(err_type, "user", trakt_dict, methods=dict_methods, parent=method_name, default="me") sort_by = None if userlist in ["recommended", "watchlist"] and "sort_by" in dict_methods: