1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-05 13:21:25 -05:00

New: Deprecate use of movie file tokens in Movie Folder Format

This commit is contained in:
Bogdan
2024-10-02 21:34:52 +03:00
parent a5e5a63e45
commit 2c5c99e9b7
7 changed files with 71 additions and 20 deletions

View File

@@ -249,6 +249,9 @@ function Naming() {
translate('MovieFolderFormatHelpText'),
...movieFolderFormatHelpTexts,
]}
helpTextWarning={translate(
'MovieFolderFormatHelpTextDeprecatedWarning'
)}
errors={[
...movieFolderFormatErrors,
...settings.movieFolderFormat.errors,