mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add tuner data version
This commit is contained in:
parent
2ddc5b5260
commit
faf90b72fb
7 changed files with 12 additions and 24 deletions
|
@ -4,7 +4,7 @@
|
||||||
<title>Emby</title>
|
<title>Emby</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="channelItemsPage" data-role="page" class="page libraryPage channelsPage noSecondaryNavPage" data-contextname="${HeaderChannels}" data-require="scripts/channelitems,paper-checkbox" data-backbutton="true" data-menubutton="false">
|
<div id="channelItemsPage" data-role="page" class="page libraryPage channelsPage noSecondaryNavPage" data-contextname="${HeaderChannels}" data-require="scripts/channelitems,paper-checkbox,scripts/alphapicker" data-backbutton="true" data-menubutton="false">
|
||||||
|
|
||||||
<div data-role="content">
|
<div data-role="content">
|
||||||
<div class="viewSettings">
|
<div class="viewSettings">
|
||||||
|
|
|
@ -244,5 +244,5 @@ div.cardBox {
|
||||||
}
|
}
|
||||||
|
|
||||||
.videoSubtitles {
|
.videoSubtitles {
|
||||||
font-size: 200%;
|
font-size: 140%;
|
||||||
}
|
}
|
||||||
|
|
|
@ -96,7 +96,7 @@
|
||||||
|
|
||||||
<div class="detailSection requiresUserPreferences">
|
<div class="detailSection requiresUserPreferences">
|
||||||
<h1>
|
<h1>
|
||||||
${HeaderDisplay}<span style="color:#52B54B;margin-left:.5em;">*</span>
|
${HeaderDisplay}
|
||||||
</h1>
|
</h1>
|
||||||
<div class="detailSectionContent">
|
<div class="detailSectionContent">
|
||||||
<br />
|
<br />
|
||||||
|
@ -118,10 +118,6 @@
|
||||||
<button type="submit" data-role="none" class="clearButton block btnSave hide">
|
<button type="submit" data-role="none" class="clearButton block btnSave hide">
|
||||||
<paper-button raised class="submit block"><iron-icon icon="check"></iron-icon><span>${ButtonSave}</span></paper-button>
|
<paper-button raised class="submit block"><iron-icon icon="check"></iron-icon><span>${ButtonSave}</span></paper-button>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<p>
|
|
||||||
<span style="color:#52B54B;margin-left:.5em;margin-right:.5em;">*</span><span>${LegendTheseSettingsShared}</span>
|
|
||||||
</p>
|
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -80,7 +80,7 @@
|
||||||
|
|
||||||
<div class="detailSection">
|
<div class="detailSection">
|
||||||
<h1>
|
<h1>
|
||||||
${HeaderMyViews}<span style="color:#52B54B;margin-left:.5em;">*</span>
|
${HeaderMyViews}
|
||||||
</h1>
|
</h1>
|
||||||
<div class="detailSectionContent">
|
<div class="detailSectionContent">
|
||||||
<div>
|
<div>
|
||||||
|
@ -104,7 +104,7 @@
|
||||||
|
|
||||||
<div class="detailSection viewStylesSection" style="display:none;">
|
<div class="detailSection viewStylesSection" style="display:none;">
|
||||||
<h1>
|
<h1>
|
||||||
${HeaderViewStyles}<span style="color:#52B54B;margin-left:.5em;">*</span>
|
${HeaderViewStyles}
|
||||||
</h1>
|
</h1>
|
||||||
<div class="detailSectionContent">
|
<div class="detailSectionContent">
|
||||||
<p>${LabelSelectViewStyles}</p>
|
<p>${LabelSelectViewStyles}</p>
|
||||||
|
@ -117,7 +117,7 @@
|
||||||
|
|
||||||
<div class="detailSection">
|
<div class="detailSection">
|
||||||
<h1>
|
<h1>
|
||||||
${HeaderViewOrder}<span style="color:#52B54B;margin-left:.5em;">*</span>
|
${HeaderViewOrder}
|
||||||
</h1>
|
</h1>
|
||||||
<div class="detailSectionContent">
|
<div class="detailSectionContent">
|
||||||
<p>${LabelSelectUserViewOrder}</p>
|
<p>${LabelSelectUserViewOrder}</p>
|
||||||
|
@ -130,7 +130,7 @@
|
||||||
|
|
||||||
<div class="detailSection">
|
<div class="detailSection">
|
||||||
<h1>
|
<h1>
|
||||||
${HeaderLatestItems}<span style="color:#52B54B;margin-left:.5em;">*</span>
|
${HeaderLatestItems}
|
||||||
</h1>
|
</h1>
|
||||||
<div class="detailSectionContent">
|
<div class="detailSectionContent">
|
||||||
<p>${LabelSelectLastestItemsFolders}</p>
|
<p>${LabelSelectLastestItemsFolders}</p>
|
||||||
|
@ -146,10 +146,6 @@
|
||||||
<button type="submit" data-role="none" class="clearButton block btnSave hide">
|
<button type="submit" data-role="none" class="clearButton block btnSave hide">
|
||||||
<paper-button raised class="submit block"><iron-icon icon="check"></iron-icon><span>${ButtonSave}</span></paper-button>
|
<paper-button raised class="submit block"><iron-icon icon="check"></iron-icon><span>${ButtonSave}</span></paper-button>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<p>
|
|
||||||
<span style="color:#52B54B;margin-left:.5em;margin-right:.5em;">*</span><span>${LegendTheseSettingsShared}</span>
|
|
||||||
</p>
|
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
<div class="detailSection">
|
<div class="detailSection">
|
||||||
<h1>
|
<h1>
|
||||||
${HeaderAudioSettings}<span style="color:#52B54B;margin-left:.5em;">*</span>
|
${HeaderAudioSettings}
|
||||||
</h1>
|
</h1>
|
||||||
<div class="detailSectionContent">
|
<div class="detailSectionContent">
|
||||||
<br />
|
<br />
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="detailSection">
|
<div class="detailSection">
|
||||||
<h1>
|
<h1>
|
||||||
${HeaderSubtitleSettings}<span style="color:#52B54B;margin-left:.5em;">*</span>
|
${HeaderSubtitleSettings}
|
||||||
</h1>
|
</h1>
|
||||||
<div class="detailSectionContent">
|
<div class="detailSectionContent">
|
||||||
<br />
|
<br />
|
||||||
|
@ -99,10 +99,6 @@
|
||||||
<button type="submit" data-role="none" class="clearButton block btnSave hide">
|
<button type="submit" data-role="none" class="clearButton block btnSave hide">
|
||||||
<paper-button raised class="submit block"><iron-icon icon="check"></iron-icon><span>${ButtonSave}</span></paper-button>
|
<paper-button raised class="submit block"><iron-icon icon="check"></iron-icon><span>${ButtonSave}</span></paper-button>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<p>
|
|
||||||
<span style="color:#52B54B;margin-left:.5em;margin-right:.5em;">*</span><span>${LegendTheseSettingsShared}</span>
|
|
||||||
</p>
|
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -30,7 +30,8 @@
|
||||||
Type: 'hdhomerun',
|
Type: 'hdhomerun',
|
||||||
Url: page.querySelector('.txtDevicePath').value,
|
Url: page.querySelector('.txtDevicePath').value,
|
||||||
ImportFavoritesOnly: page.querySelector('.chkFavorite').checked,
|
ImportFavoritesOnly: page.querySelector('.chkFavorite').checked,
|
||||||
IsEnabled: page.querySelector('.chkEnabled').checked
|
IsEnabled: page.querySelector('.chkEnabled').checked,
|
||||||
|
DataVersion: 1
|
||||||
};
|
};
|
||||||
|
|
||||||
var id = getParameterByName('id');
|
var id = getParameterByName('id');
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
Fields: "PrimaryImageAspectRatio,SyncInfo",
|
Fields: "PrimaryImageAspectRatio,SyncInfo",
|
||||||
EnableImageTypes: "Primary,Backdrop,Banner,Thumb",
|
EnableImageTypes: "Primary,Backdrop,Banner,Thumb",
|
||||||
StartIndex: 0,
|
StartIndex: 0,
|
||||||
Limit: LibraryBrowser.getDefaultPageSize()
|
Limit: 200
|
||||||
},
|
},
|
||||||
view: LibraryBrowser.getSavedView(key) || LibraryBrowser.getDefaultItemsView('List', 'List')
|
view: LibraryBrowser.getSavedView(key) || LibraryBrowser.getDefaultItemsView('List', 'List')
|
||||||
};
|
};
|
||||||
|
@ -32,7 +32,6 @@
|
||||||
return LibraryBrowser.getSavedQueryKey();
|
return LibraryBrowser.getSavedQueryKey();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
function reloadItems(page, item) {
|
function reloadItems(page, item) {
|
||||||
|
|
||||||
Dashboard.showLoadingMsg();
|
Dashboard.showLoadingMsg();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue