* Add generic DLNA client type detection and caching, and don't use DLNA-specific MIME types if the client doesn't support DLNA.

This commit is contained in:
Justin Maggard
2009-05-01 19:36:43 +00:00
parent 35352221b2
commit 401da95831
5 changed files with 54 additions and 27 deletions

View File

@ -22,6 +22,7 @@ struct Response
int requested;
int size;
u_int32_t filter;
u_int32_t flags;
enum client_types client;
};