mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update live tv cards
This commit is contained in:
parent
ad32dca3dd
commit
9a4988ecbb
5 changed files with 8 additions and 32 deletions
|
@ -129,19 +129,6 @@
|
|||
|
||||
}
|
||||
|
||||
function renderRecordings(page, result) {
|
||||
|
||||
$('.recordingsTab', page).html(LibraryBrowser.getPosterViewHtml({
|
||||
|
||||
items: result.Items,
|
||||
shape: "detailPageSquare",
|
||||
showTitle: true,
|
||||
centerText: true,
|
||||
coverImage: true
|
||||
|
||||
}));
|
||||
}
|
||||
|
||||
function renderSchedule(page, result) {
|
||||
|
||||
var timers = result.Items;
|
||||
|
@ -172,17 +159,6 @@
|
|||
|
||||
});
|
||||
|
||||
ApiClient.getLiveTvRecordings({
|
||||
|
||||
userId: Dashboard.getCurrentUserId(),
|
||||
seriesTimerId: id
|
||||
|
||||
}).then(function (recordingResult) {
|
||||
|
||||
renderRecordings(page, recordingResult);
|
||||
|
||||
});
|
||||
|
||||
ApiClient.getLiveTvTimers({
|
||||
|
||||
seriesTimerId: id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue