Add a new force_sort_criteria option, to globally override the SortCriteria value sent by the client.
This commit is contained in:
@ -220,7 +220,7 @@ extern char pnpx_hwid[];
|
||||
extern int n_lan_addr;
|
||||
extern struct lan_addr_s lan_addr[];
|
||||
|
||||
extern const char * minissdpdsocketpath;
|
||||
extern const char *minissdpdsocketpath;
|
||||
|
||||
/* UPnP-A/V [DLNA] */
|
||||
extern sqlite3 *db;
|
||||
@ -233,5 +233,6 @@ extern struct album_art_name_s *album_art_names;
|
||||
extern short int scanning;
|
||||
extern volatile short int quitting;
|
||||
extern volatile uint32_t updateID;
|
||||
extern const char *force_sort_criteria;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user