Deprecate 'noop' value of browser_sort_mode in favor of 'none'.

This commit is contained in:
Andrzej Rybczak
2020-12-19 16:17:45 +01:00
parent 17c950cc57
commit 3c7ce95aaa
9 changed files with 25 additions and 15 deletions

View File

@@ -268,7 +268,7 @@
## Note: Below variables are used for sorting songs in browser. The sort mode
## determines how songs are sorted, and can be used in combination with a sort
## format to specify a custom sorting format. Available values for
## browser_sort_mode are "name", "mtime", "format" and "noop".
## browser_sort_mode are "name", "mtime", "format" and "none".
##
#
#browser_sort_mode = name

View File

@@ -173,7 +173,7 @@ Suffix for selected items.
Prefix for modified item (tag editor).
.TP
.B browser_sort_mode
Determines sort mode for browser. Possible values are "name", "mtime", "format" and "noop".
Determines sort mode for browser. Possible values are "name", "mtime", "format" and "none".
.TP
.B browser_sort_format
Format to use for sorting songs in browser. For this option to be effective, browser_sort_mode must be set to "format".