updated dlna profiles

This commit is contained in:
Luke Pulverenti 2014-04-24 01:08:10 -04:00
parent d1d9374ee8
commit e1e6972a1b
2 changed files with 5 additions and 1 deletions

View File

@ -1133,6 +1133,10 @@
attributes.push(createAttribute("Sample Rate", stream.SampleRate + ' khz'));
}
if (stream.BitDepth) {
attributes.push(createAttribute("Bit Depth", stream.BitDepth + ' bit'));
}
if (stream.PixelFormat) {
attributes.push(createAttribute("Pixel Format", stream.PixelFormat));
}

View File

@ -7,7 +7,7 @@
SortBy: "SortName",
SortOrder: "Ascending",
Fields: "DateCreated",
Fields: "DateCreated,PrimaryImageAspectRatio",
StartIndex: 0
};