update media info db

This commit is contained in:
Luke Pulverenti 2015-10-13 22:41:46 -04:00
parent 5c4307cf85
commit 78ff953f37
5 changed files with 18 additions and 3 deletions

View file

@ -6,7 +6,7 @@
function onPageShow() {
var page = this;
if (!$.browser.mobile) {
if (!$.browser.mobile && !page.classList.contains('itemDetailPage')) {
Backdrops.setBackdropUrl(page, 'themes/halloween/bg.jpg');
}
}