Rename 'notrim' option to 'none' to be consistent with other options

This commit is contained in:
7x11x13
2025-02-17 10:22:49 -05:00
parent 5c1f6e7329
commit d482cee11d
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -429,7 +429,7 @@ def validate_options(opts):
}
# Other options
validate_regex('trim filenames', opts.trim_file_name, r'(?:\d+[bc]?|notrim)')
validate_regex('trim filenames', opts.trim_file_name, r'(?:\d+[bc]?|none)')
if opts.playlist_items is not None:
try: