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

sync updates

This commit is contained in:
Luke Pulverenti 2014-12-26 12:45:06 -05:00
parent 1628e10830
commit ea66c9a08c
24 changed files with 28 additions and 44 deletions

View file

@ -4,7 +4,7 @@
<title>${TitleLiveTV}</title>
</head>
<body>
<div id="liveTvSettingsPage" data-role="page" class="page type-interior liveTvSettingsPage liveTvPage">
<div id="liveTvSettingsPage" data-role="page" class="page type-interior liveTvSettingsPage liveTvPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Live%20TV">
<div data-role="content">
<div class="content-primary">
@ -19,8 +19,7 @@
<ul data-role="listview" class="ulForm">
<li>
<label for="selectActiveService">${LabelActiveService}</label>
<select id="selectActiveService" data-mini="true" required="required">
</select>
<select id="selectActiveService" data-mini="true" required="required"></select>
<div class="fieldDescription">${LabelActiveServiceHelp}</div>
</li>