* Some minor DLNA conformance fixups.
This commit is contained in:
@ -127,22 +127,22 @@ static const struct XMLElt rootDesc[] =
|
||||
{"/mimetype", "image/png"},
|
||||
{"/width", "48"},
|
||||
{"/height", "48"},
|
||||
{"/depth", "32"},
|
||||
{"/depth", "24"},
|
||||
{"/url", "/icons/sm.png"},
|
||||
{"/mimetype", "image/png"},
|
||||
{"/width", "120"},
|
||||
{"/height", "120"},
|
||||
{"/depth", "32"},
|
||||
{"/depth", "24"},
|
||||
{"/url", "/icons/lrg.png"},
|
||||
{"/mimetype", "image/jpeg"},
|
||||
{"/width", "48"},
|
||||
{"/height", "48"},
|
||||
{"/depth", "32"},
|
||||
{"/depth", "24"},
|
||||
{"/url", "/icons/sm.jpg"},
|
||||
{"/mimetype", "image/jpeg"},
|
||||
{"/width", "120"},
|
||||
{"/height", "120"},
|
||||
{"/depth", "32"},
|
||||
{"/depth", "24"},
|
||||
{"/url", "/icons/lrg.jpg"},
|
||||
{"service", INITHELPER(46,5)},
|
||||
{"service", INITHELPER(51,5)},
|
||||
|
Reference in New Issue
Block a user