mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added out of network bitrate limit
This commit is contained in:
parent
56829929c4
commit
3d8fc04db3
8 changed files with 128 additions and 5 deletions
|
@ -68,8 +68,10 @@
|
|||
<legend>${HeaderPlayback}</legend>
|
||||
<input type="checkbox" id="chkEnableMediaPlayback" />
|
||||
<label for="chkEnableMediaPlayback">${OptionAllowMediaPlayback}</label>
|
||||
<input type="checkbox" id="chkEnableMediaPlaybackTranscoding" />
|
||||
<label for="chkEnableMediaPlaybackTranscoding">${OptionAllowMediaPlaybackTranscoding}</label>
|
||||
<input type="checkbox" id="chkEnableAudioPlaybackTranscoding" />
|
||||
<label for="chkEnableAudioPlaybackTranscoding">${OptionAllowAudioPlaybackTranscoding}</label>
|
||||
<input type="checkbox" id="chkEnableVideoPlaybackTranscoding" />
|
||||
<label for="chkEnableVideoPlaybackTranscoding">${OptionAllowVideoPlaybackTranscoding}</label>
|
||||
</fieldset>
|
||||
<div class="fieldDescription">${OptionAllowMediaPlaybackTranscodingHelp}</div>
|
||||
<br />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue