* Send known audio-only devices straight to the Music section on root requests.

This commit is contained in:
Justin Maggard
2011-04-12 20:58:01 +00:00
parent 53db844772
commit e72c9d0a08
2 changed files with 16 additions and 14 deletions

View File

@ -112,6 +112,8 @@ struct upnphttp {
#define FLAG_MS_PFS 0x02000000 // Microsoft PlaysForSure client
#define FLAG_AUDIO_ONLY 0x04000000
#define FLAG_FREE_OBJECT_ID 0x00000001
/* New_upnphttp() */
struct upnphttp *
New_upnphttp(int);