mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
Replaced const with let
This commit is contained in:
parent
2993fb7419
commit
3827d373a4
@ -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…
Reference in New Issue
Block a user