mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update live tv pages
This commit is contained in:
parent
ec67431a0e
commit
a61e96accb
19 changed files with 172 additions and 216 deletions
|
@ -1211,7 +1211,7 @@
|
|||
});
|
||||
}
|
||||
|
||||
$(document).on('pageinit', ".libraryPage", function () {
|
||||
pageClassOn('pageinit', "libraryPage", function () {
|
||||
|
||||
var page = this;
|
||||
|
||||
|
@ -1270,7 +1270,9 @@
|
|||
$(itemsContainers[i]).createCardMenus();
|
||||
}
|
||||
|
||||
}).on('pagebeforeshow', ".libraryPage", function () {
|
||||
});
|
||||
|
||||
pageClassOn('pagebeforeshow', "libraryPage", function () {
|
||||
|
||||
var page = this;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue