mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
disable sat/ip host for now
This commit is contained in:
parent
adde0f1a17
commit
3e622a5069
1 changed files with 5 additions and 0 deletions
|
@ -408,6 +408,11 @@
|
|||
}
|
||||
else if (session.PlayState.PlayMethod == 'Transcode') {
|
||||
html += Globalize.translate('LabelPlayMethodTranscoding');
|
||||
|
||||
if (session.TranscodingInfo && session.TranscodingInfo.Framerate) {
|
||||
|
||||
html += ' - '+session.TranscodingInfo.Framerate + ' fps';
|
||||
}
|
||||
}
|
||||
else if (session.PlayState.PlayMethod == 'DirectStream') {
|
||||
html += Globalize.translate('LabelPlayMethodDirectPlay');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue