mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
disable sat/ip host for now
This commit is contained in:
parent
adde0f1a17
commit
3e622a5069
@ -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…
Reference in New Issue
Block a user