mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 03:48:18 -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;
|
||||
}
|
||||
|
||||
const mediaSources = item.MediaSources;
|
||||
let mediaSources = item.MediaSources;
|
||||
|
||||
const resolutionNames = [];
|
||||
const sourceNames = [];
|
||||
|
Loading…
Reference in New Issue
Block a user