From 53bffddfc853e1f41cfc1b8c9e025fcd1c750fa1 Mon Sep 17 00:00:00 2001 From: meisnate12 Date: Tue, 29 Mar 2022 16:17:20 -0400 Subject: [PATCH] [43] fix custom sort --- VERSION | 2 +- modules/builder.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 64a0ed7a..fcf84917 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.16.2-develop42 +1.16.2-develop43 diff --git a/modules/builder.py b/modules/builder.py index 6217ec0d..57a02400 100644 --- a/modules/builder.py +++ b/modules/builder.py @@ -176,7 +176,7 @@ 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", "plex_pilots", "tmdb_list", "tmdb_popular", "tmdb_now_playing", "tmdb_top_rated", - "tmdb_trending_daily", "tmdb_trending_weekly", "tmdb_discover", "reciperr_list", + "tmdb_trending_daily", "tmdb_trending_weekly", "tmdb_discover", "reciperr_list", "trakt_chart", "trakt_userlist", "tvdb_list", "imdb_chart", "imdb_list", "stevenlu_popular", "anidb_popular", "tmdb_upcoming", "tmdb_airing_today", "tmdb_on_the_air", "trakt_list", "trakt_watchlist", "trakt_collection", "trakt_trending", "trakt_popular", "trakt_boxoffice", "trakt_collected_daily", "trakt_collected_weekly", "trakt_collected_monthly", "trakt_collected_yearly", "trakt_collected_all",