mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Replaced const with let
This commit is contained in:
parent
2993fb7419
commit
3827d373a4
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ function renderTrackSelections(page, instance, item, forceReload) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const mediaSources = item.MediaSources;
|
let mediaSources = item.MediaSources;
|
||||||
|
|
||||||
const resolutionNames = [];
|
const resolutionNames = [];
|
||||||
const sourceNames = [];
|
const sourceNames = [];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue