mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add more sync buttons
This commit is contained in:
parent
0770149de2
commit
d84df77553
42 changed files with 2405 additions and 66 deletions
|
@ -19,7 +19,12 @@
|
|||
|
||||
var context = 'home-latest';
|
||||
|
||||
Sections.loadRecentlyAdded($('.section0', page), userId, context);
|
||||
var latestMediElem = $('.section0', page);
|
||||
|
||||
Sections.loadRecentlyAdded(latestMediElem, userId, context).done(function () {
|
||||
|
||||
$('h1', latestMediElem).addClass('firstListHeader');
|
||||
});
|
||||
Sections.loadLatestLiveTvRecordings($(".section1", page), userId);
|
||||
Sections.loadLatestChannelItems($(".section2", page), userId);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue