1
0
Fork 0
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:
dkanada 2020-08-30 15:11:20 +09:00
parent 924928fa0f
commit 6b776aac44

View file

@ -191,6 +191,7 @@ class ArchiveSource {
});
for (let file of files) {
/* eslint-disable-next-line compat/compat */
let url = URL.createObjectURL(file.file);
this.urls.push(url);
}