1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fixes #797 - Determine mpeg2ts timestamp info

This commit is contained in:
Luke Pulverenti 2014-04-24 22:00:19 -04:00
parent d96a3f1074
commit 30ebe3858b
4 changed files with 16 additions and 35 deletions

View file

@ -16,18 +16,18 @@
<form id="allUserSettingsForm">
<p>Require manual username entry for:</p>
<p>${HeaderRequireManualLogin}</p>
<div data-role="controlgroup">
<input type="checkbox" data-mini="true" id="chkMobileClients" name="chkMobileClients" />
<label for="chkMobileClients">Mobile Clients</label>
<input type="checkbox" data-mini="true" id="chkMobileClients" />
<label for="chkMobileClients">${OptionMobileApps}</label>
<input type="checkbox" data-mini="true" id="chkMBT" name="chkMBT" />
<label for="chkMBT">Media Browser Theater</label>
<input type="checkbox" data-mini="true" id="chkOtherApps" />
<label for="chkOtherApps">${OptionOtherApps}</label>
</div>
<div class="fieldDescription">When disabled clients may present a login screen with a visual selection of users.</div>
<div class="fieldDescription">${HeaderRequireManualLoginHelp}</div>
<br />
<br />