mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
support headroom with guide
This commit is contained in:
parent
937b1a7a7c
commit
ff79304dee
70 changed files with 115 additions and 88 deletions
|
@ -16,6 +16,8 @@
|
|||
items = {};
|
||||
};
|
||||
|
||||
self.options = options;
|
||||
|
||||
// 30 mins
|
||||
var cellCurationMinutes = 30;
|
||||
var cellDurationMs = cellCurationMinutes * 60 * 1000;
|
||||
|
@ -623,6 +625,8 @@
|
|||
createVerticalScroller(context, self);
|
||||
itemShortcuts.on(context);
|
||||
|
||||
events.trigger(self, 'load');
|
||||
|
||||
self.refresh();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue