mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix linting error with url global
This commit is contained in:
parent
924928fa0f
commit
6b776aac44
1 changed files with 1 additions and 0 deletions
|
@ -191,6 +191,7 @@ class ArchiveSource {
|
||||||
});
|
});
|
||||||
|
|
||||||
for (let file of files) {
|
for (let file of files) {
|
||||||
|
/* eslint-disable-next-line compat/compat */
|
||||||
let url = URL.createObjectURL(file.file);
|
let url = URL.createObjectURL(file.file);
|
||||||
this.urls.push(url);
|
this.urls.push(url);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue