* Add client type caching code, so we can behave in a customized manner if necessary for certain clients.
This commit is contained in:
@ -39,5 +39,6 @@ sqlite3 * db;
|
||||
char friendly_name[FRIENDLYNAME_MAX_LEN];
|
||||
struct media_dir_s * media_dirs = NULL;
|
||||
struct album_art_name_s * album_art_names = NULL;
|
||||
struct client_cache_s clients[CLIENT_CACHE_SLOTS];
|
||||
short int scanning = 0;
|
||||
volatile __u32 updateID = 0;
|
||||
|
Reference in New Issue
Block a user