1
0
Fork 0
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:
Luke Pulverenti 2014-03-28 15:58:18 -04:00
parent 69a1c97630
commit 9c7cf7b686
2 changed files with 2 additions and 1 deletions

View file

@ -146,6 +146,7 @@
html += '<li>';
html += '<a href="#">';
html += '<p>Protocol: ' + (profile.Protocol || 'Http') + '</p>';
html += '<p>Container: ' + (profile.Container || 'All') + '</p>';
if (profile.Type == 'Video') {