From 4fccb9b6fb7b98bfdfd68130f811139ee236f89c Mon Sep 17 00:00:00 2001 From: meisnate12 Date: Thu, 10 Feb 2022 10:49:23 -0500 Subject: [PATCH] [63] add minimum_items to the smart_url_invalid list --- VERSION | 2 +- modules/builder.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 339dcbc5..af1b6908 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.15.1-develop62 +1.15.1-develop63 diff --git a/modules/builder.py b/modules/builder.py index c6079362..f6d60747 100644 --- a/modules/builder.py +++ b/modules/builder.py @@ -164,7 +164,7 @@ all_filters = boolean_filters + special_filters + \ [f"{f}{m}" for f in date_filters for m in date_modifiers] + \ [f"{f}{m}" for f in number_filters for m in number_modifiers] smart_invalid = ["collection_order", "collection_level"] -smart_url_invalid = ["filters", "run_again", "sync_mode", "show_filtered", "show_missing", "save_missing", "smart_label"] + radarr_details + sonarr_details +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", "tmdb_trending_daily", "tmdb_trending_weekly", "tmdb_discover",