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

Merge pull request #3666 from grafixeyehero/Fix-import

Fix import
This commit is contained in:
Cody Robibero 2022-05-23 06:15:08 -06:00 committed by GitHub
commit 7660bc606d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -516,7 +516,7 @@ function setTrailerButtonVisibility(page, item) {
function renderBackdrop(item) {
if (!layoutManager.mobile && dom.getWindowSize().innerWidth >= 1000) {
backdrop.setBackdrops([item]);
setBackdrops([item]);
} else {
clearBackdrop();
}

View file

@ -16,6 +16,7 @@ import imageHelper from './imagehelper';
import { getMenuLinks } from '../scripts/settings/webSettings';
import Dashboard, { pageClassOn } from '../utils/dashboard';
import ServerConnections from '../components/ServerConnections';
import { getParameterByName } from '../utils/url.ts';
import '../elements/emby-button/paper-icon-button-light';