Add a new force_sort_criteria option, to globally override the SortCriteria value sent by the client.

This commit is contained in:
Justin Maggard
2014-01-07 11:30:15 -08:00
parent a75bdadce1
commit 3f4877cf2f
8 changed files with 36 additions and 8 deletions

View File

@ -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