1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #42 from nkmerrill/backdropfix

Fixed Home Backdrop Not Loading
This commit is contained in:
Joshua M. Boniface 2019-01-20 00:17:35 -05:00 committed by GitHub
commit d241877853
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -39,7 +39,7 @@ define(["backdrop", "userSettings", "libraryMenu"], function(backdrop, userSetti
})
}
var cache = {};
pageClassOn("pagebeforeshow", "page", function() {
pageClassOn("pageshow", "page", function() {
var page = this;
if (!page.classList.contains("selfBackdropPage"))
if (page.classList.contains("backdropPage"))