mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
adjust discovery of local ip addresses
This commit is contained in:
parent
6a1701ff3c
commit
fc4f9788fa
3 changed files with 25 additions and 12 deletions
|
@ -135,8 +135,8 @@
|
|||
<div style="margin: 0 1em;">
|
||||
<fieldset data-role="controlgroup">
|
||||
<legend>${LabelExternalPlayers}</legend>
|
||||
<input type="checkbox" id="chkGoodplayer" class="chkExternalPlayer" data-name="GoodPlayer" data-scheme="goodplayer://{0}" />
|
||||
<label for="chkGoodplayer">GoodPlayer</label>
|
||||
<!--<input type="checkbox" id="chkGoodplayer" class="chkExternalPlayer" data-name="GoodPlayer" data-scheme="goodplayer://{0}" />
|
||||
<label for="chkGoodplayer">GoodPlayer</label>-->
|
||||
<input type="checkbox" id="chkVlc" class="chkExternalPlayer" data-name="Vlc" data-scheme="vlc://{0}" />
|
||||
<label for="chkVlc">Vlc</label>
|
||||
</fieldset>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue