mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update channel streams
This commit is contained in:
parent
a878877550
commit
6dfdbb8075
10 changed files with 20 additions and 16 deletions
|
@ -2986,7 +2986,7 @@ $.widget( "mobile.page", {
|
|||
// when dom caching is not enabled or the page is embedded bind to remove the page on hide
|
||||
if ( !page.data( "mobile-page" ).options.domCache ) {
|
||||
|
||||
// TODO use _on - that is, sort out why it doesn't work in this case
|
||||
// TODO use _on - that is, sort out why it doesn't work in this case
|
||||
page.bind( "pagehide.remove", callback || function( e, data ) {
|
||||
|
||||
//check if this is a same page transition and if so don't remove the page
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue