mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added generic remote control commands
This commit is contained in:
parent
69a1c97630
commit
9c7cf7b686
2 changed files with 2 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
||||||
<li>
|
<li>
|
||||||
<label for="chkEnableAlbumArtInDidl">Embed album art in Didl</label>
|
<label for="chkEnableAlbumArtInDidl">Embed album art in Didl</label>
|
||||||
<input type="checkbox" id="chkEnableAlbumArtInDidl" data-mini="true" />
|
<input type="checkbox" id="chkEnableAlbumArtInDidl" data-mini="true" />
|
||||||
<div class="fieldDescription">Some devices prefer this method for obtaining album art. Other devices may fail to play with this option enabled.</div>
|
<div class="fieldDescription">Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
|
@ -146,6 +146,7 @@
|
||||||
html += '<li>';
|
html += '<li>';
|
||||||
html += '<a href="#">';
|
html += '<a href="#">';
|
||||||
|
|
||||||
|
html += '<p>Protocol: ' + (profile.Protocol || 'Http') + '</p>';
|
||||||
html += '<p>Container: ' + (profile.Container || 'All') + '</p>';
|
html += '<p>Container: ' + (profile.Container || 'All') + '</p>';
|
||||||
|
|
||||||
if (profile.Type == 'Video') {
|
if (profile.Type == 'Video') {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue