mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
commit
7660bc606d
2 changed files with 2 additions and 1 deletions
|
@ -516,7 +516,7 @@ function setTrailerButtonVisibility(page, item) {
|
||||||
|
|
||||||
function renderBackdrop(item) {
|
function renderBackdrop(item) {
|
||||||
if (!layoutManager.mobile && dom.getWindowSize().innerWidth >= 1000) {
|
if (!layoutManager.mobile && dom.getWindowSize().innerWidth >= 1000) {
|
||||||
backdrop.setBackdrops([item]);
|
setBackdrops([item]);
|
||||||
} else {
|
} else {
|
||||||
clearBackdrop();
|
clearBackdrop();
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,6 +16,7 @@ import imageHelper from './imagehelper';
|
||||||
import { getMenuLinks } from '../scripts/settings/webSettings';
|
import { getMenuLinks } from '../scripts/settings/webSettings';
|
||||||
import Dashboard, { pageClassOn } from '../utils/dashboard';
|
import Dashboard, { pageClassOn } from '../utils/dashboard';
|
||||||
import ServerConnections from '../components/ServerConnections';
|
import ServerConnections from '../components/ServerConnections';
|
||||||
|
import { getParameterByName } from '../utils/url.ts';
|
||||||
|
|
||||||
import '../elements/emby-button/paper-icon-button-light';
|
import '../elements/emby-button/paper-icon-button-light';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue