Skip to content

Commit

Permalink
Merge pull request #42 from nkmerrill/backdropfix
Browse files Browse the repository at this point in the history
Fixed Home Backdrop Not Loading
  • Loading branch information
joshuaboniface authored Jan 20, 2019
2 parents 0977259 + ccbb5a0 commit d241877
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
- [grafixeyehero](https://github.com/grafixeyehero)
- [Drago96](https://github.com/drago-96)
- [ViXXoR](https://github.com/ViXXoR)
- [nkmerrill] (https://github.com/nkmerrill)

# Emby Contributors

Expand Down
2 changes: 1 addition & 1 deletion src/scripts/autobackdrops.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit d241877

Please sign in to comment.