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

Fix lint errors

This commit is contained in:
Bill Thornton 2021-01-28 01:05:28 -05:00
parent a3949c1889
commit 1a2f325b9d
3 changed files with 9 additions and 12 deletions

View file

@ -133,8 +133,6 @@ import ServerConnections from '../ServerConnections';
function loadSection(page, apiClient, user, userSettings, userViews, allSections, index) {
const section = allSections[index];
const userId = user.Id;
const elem = page.querySelector('.section' + index);
if (section === 'latestmedia') {