* Add the ability to change the root media container. (Thanks to Ivan Mironov)
This commit is contained in:
@ -52,7 +52,8 @@ enum upnpconfigoptions {
|
||||
UPNPDBDIR, /* base directory to store the database and album art cache */
|
||||
UPNPLOGDIR, /* base directory to store the log file */
|
||||
ENABLE_TIVO, /* enable support for streaming images and music to TiVo */
|
||||
ENABLE_DLNA_STRICT /* strictly adhere to DLNA specs */
|
||||
ENABLE_DLNA_STRICT, /* strictly adhere to DLNA specs */
|
||||
ROOT_CONTAINER /* root ObjectID (instead of "0") */
|
||||
};
|
||||
|
||||
/* readoptionsfile()
|
||||
|
Reference in New Issue
Block a user