mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add dlna service methods
This commit is contained in:
parent
adc96abf4e
commit
da74410dfb
5 changed files with 217 additions and 1 deletions
|
@ -1118,6 +1118,10 @@
|
|||
attributes.push(createAttribute("Sample Rate", stream.SampleRate + ' khz'));
|
||||
}
|
||||
|
||||
if (stream.PixelFormat) {
|
||||
attributes.push(createAttribute("Pixel Format", stream.PixelFormat));
|
||||
}
|
||||
|
||||
if (stream.Type != "Video") {
|
||||
attributes.push(createAttribute("Default", (stream.IsDefault ? 'Yes' : 'No')));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue