From f22ba73fd4ac31874c8e1bda98eab30805987205 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Mon, 1 Sep 2025 10:54:35 -0500 Subject: [PATCH] New: UI Note that Filters are for movie properties only Co-authored-by: PearsonFlyer Closes #11200 --- .../Filter/CustomFilters/CustomFiltersModalContent.js | 2 ++ src/NzbDrone.Core/Localization/Core/en.json | 1 + 2 files changed, 3 insertions(+) diff --git a/frontend/src/Components/Filter/CustomFilters/CustomFiltersModalContent.js b/frontend/src/Components/Filter/CustomFilters/CustomFiltersModalContent.js index 99cb6ec5cb..909ef9c007 100644 --- a/frontend/src/Components/Filter/CustomFilters/CustomFiltersModalContent.js +++ b/frontend/src/Components/Filter/CustomFilters/CustomFiltersModalContent.js @@ -56,6 +56,8 @@ function CustomFiltersModalContent(props) { {translate('AddCustomFilter')} +
+ {translate('FilterMoviePropertiesOnlyNotFileWarning')} diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index 47d10fa767..153ebcda21 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -698,6 +698,7 @@ "FilterNotInNext": "not in the next", "FilterStartsWith": "starts with", "Filters": "Filters", + "FilterMoviePropertiesOnlyNotFileWarning": "Filters are available only for the properties of a movie, they are not available for properties of the file(s) you may have for that movie.", "FirstDayOfWeek": "First Day of Week", "Fixed": "Fixed", "Folder": "Folder",