* Don't expose album art images in the content directory.

* Support album art name wildcards.
This commit is contained in:
Justin Maggard
2011-02-14 23:52:10 +00:00
parent 761f62ca26
commit 14a0d1ac98
8 changed files with 44 additions and 11 deletions

View File

@ -65,7 +65,7 @@ readoptionsfile(const char * fname);
void
freeoptions(void);
#define MAX_OPTION_VALUE_LEN (80)
#define MAX_OPTION_VALUE_LEN (200)
struct option
{
enum upnpconfigoptions id;