mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
updated dlna profiles
This commit is contained in:
parent
d1d9374ee8
commit
e1e6972a1b
2 changed files with 5 additions and 1 deletions
|
@ -1133,6 +1133,10 @@
|
||||||
attributes.push(createAttribute("Sample Rate", stream.SampleRate + ' khz'));
|
attributes.push(createAttribute("Sample Rate", stream.SampleRate + ' khz'));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (stream.BitDepth) {
|
||||||
|
attributes.push(createAttribute("Bit Depth", stream.BitDepth + ' bit'));
|
||||||
|
}
|
||||||
|
|
||||||
if (stream.PixelFormat) {
|
if (stream.PixelFormat) {
|
||||||
attributes.push(createAttribute("Pixel Format", stream.PixelFormat));
|
attributes.push(createAttribute("Pixel Format", stream.PixelFormat));
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
SortBy: "SortName",
|
SortBy: "SortName",
|
||||||
SortOrder: "Ascending",
|
SortOrder: "Ascending",
|
||||||
Fields: "DateCreated",
|
Fields: "DateCreated,PrimaryImageAspectRatio",
|
||||||
StartIndex: 0
|
StartIndex: 0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue