Add a new force_sort_criteria option, to globally override the SortCriteria value sent by the client.
This commit is contained in:
@ -694,6 +694,9 @@ init(int argc, char **argv)
|
||||
uid = entry->pw_uid;
|
||||
}
|
||||
break;
|
||||
case FORCE_SORT_CRITERIA:
|
||||
force_sort_criteria = ary_options[i].value;
|
||||
break;
|
||||
default:
|
||||
DPRINTF(E_ERROR, L_GENERAL, "Unknown option in file %s\n",
|
||||
optionsfile);
|
||||
|
Reference in New Issue
Block a user