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

fix shortcut setting

This commit is contained in:
Luke Pulverenti 2015-09-03 00:16:31 -04:00
parent 80673c1b54
commit d09b8462c4
10 changed files with 5 additions and 375 deletions

View file

@ -75,6 +75,8 @@
Backdrops.setBackdrops(page, [item]);
}
else {
//$('#itemBackdrop', page).addClass('noBackdrop').css('background-image', 'none');
//Backdrops.setBackdrops(page, [item]);
hasBackdrop = LibraryBrowser.renderDetailPageBackdrop(page, item);
}