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:
parent
a3949c1889
commit
1a2f325b9d
3 changed files with 9 additions and 12 deletions
|
@ -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') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue