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

Remove unused eslint globals

This commit is contained in:
Bill Thornton 2025-02-13 15:44:56 -05:00
parent 18de10f2ea
commit 2ed007f508
3 changed files with 3 additions and 18 deletions

View file

@ -2,12 +2,12 @@ import cardBuilder from 'components/cardbuilder/cardBuilder';
import imageLoader from 'components/images/imageLoader';
import layoutManager from 'components/layoutManager';
import loading from 'components/loading/loading';
import { getTimersHtml } from 'scripts/livetvcomponents';
import { getBackdropShape } from 'utils/card';
import Dashboard from 'utils/dashboard';
import 'elements/emby-button/emby-button';
import 'elements/emby-itemscontainer/emby-itemscontainer';
import 'scripts/livetvcomponents';
function enableScrollX() {
return !layoutManager.desktop;
@ -71,7 +71,7 @@ function renderActiveRecordings(context, promise) {
}
function renderTimers(context, timers, options) {
LiveTvHelpers.getTimersHtml(timers, options).then(function (html) {
getTimersHtml(timers, options).then(function (html) {
const elem = context;
if (html) {