mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
updated dlna profiles
This commit is contained in:
parent
d1d9374ee8
commit
e1e6972a1b
@ -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));
|
||||
}
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
SortBy: "SortName",
|
||||
SortOrder: "Ascending",
|
||||
Fields: "DateCreated",
|
||||
Fields: "DateCreated,PrimaryImageAspectRatio",
|
||||
StartIndex: 0
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user