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

Fix import

This commit is contained in:
grafixeyehero 2022-05-21 23:37:30 +03:00
parent 1660de60d8
commit 17af0913e7
3 changed files with 3 additions and 6 deletions

View file

@ -2,7 +2,6 @@ import { intervalToDuration } from 'date-fns';
import DOMPurify from 'dompurify';
import escapeHtml from 'escape-html';
import isEqual from 'lodash-es/isEqual';
import { appHost } from '../../components/apphost';
import loading from '../../components/loading/loading';
import { appRouter } from '../../components/appRouter';
@ -516,7 +515,7 @@ function setTrailerButtonVisibility(page, item) {
function renderBackdrop(item) {
if (!layoutManager.mobile && dom.getWindowSize().innerWidth >= 1000) {
backdrop.setBackdrops([item]);
setBackdrops([item]);
} else {
clearBackdrop();
}