diff --git a/VERSION b/VERSION index 30d36565..11e9c31f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.16.1-develop3 +1.16.1-develop4 diff --git a/modules/builder.py b/modules/builder.py index 50487fcf..c4486167 100644 --- a/modules/builder.py +++ b/modules/builder.py @@ -169,7 +169,7 @@ all_filters = boolean_filters + special_filters + \ smart_invalid = ["collection_order", "collection_level"] smart_url_invalid = ["minimum_items", "filters", "run_again", "sync_mode", "show_filtered", "show_missing", "save_missing", "smart_label"] + radarr_details + sonarr_details custom_sort_builders = [ - "plex_search", "tmdb_list", "tmdb_popular", "tmdb_now_playing", "tmdb_top_rated", + "plex_search", "plex_pilots", "tmdb_list", "tmdb_popular", "tmdb_now_playing", "tmdb_top_rated", "tmdb_trending_daily", "tmdb_trending_weekly", "tmdb_discover", "tvdb_list", "imdb_chart", "imdb_list", "stevenlu_popular", "anidb_popular", "trakt_list", "trakt_watchlist", "trakt_collection", "trakt_trending", "trakt_popular", "trakt_boxoffice",