mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
declare dependency
This commit is contained in:
parent
f6b71369e3
commit
a1d3c595d0
38 changed files with 155 additions and 138 deletions
|
@ -104,7 +104,9 @@
|
|||
|
||||
ApiClient.getLiveTvSeriesTimers(query).then(function (result) {
|
||||
|
||||
renderTimers(page, result.Items);
|
||||
require(['paper-fab'], function() {
|
||||
renderTimers(page, result.Items);
|
||||
});
|
||||
|
||||
LibraryBrowser.setLastRefreshed(page);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue