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') {
|
else if (session.PlayState.PlayMethod == 'Transcode') {
|
||||||
html += Globalize.translate('LabelPlayMethodTranscoding');
|
html += Globalize.translate('LabelPlayMethodTranscoding');
|
||||||
|
|
||||||
|
if (session.TranscodingInfo && session.TranscodingInfo.Framerate) {
|
||||||
|
|
||||||
|
html += ' - '+session.TranscodingInfo.Framerate + ' fps';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else if (session.PlayState.PlayMethod == 'DirectStream') {
|
else if (session.PlayState.PlayMethod == 'DirectStream') {
|
||||||
html += Globalize.translate('LabelPlayMethodDirectPlay');
|
html += Globalize.translate('LabelPlayMethodDirectPlay');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue