mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix sonarqube bug
This commit is contained in:
parent
8395eb307e
commit
4dc726d781
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ class ArchiveSource {
|
||||||
release() {
|
release() {
|
||||||
this.files = [];
|
this.files = [];
|
||||||
/* eslint-disable-next-line compat/compat */
|
/* eslint-disable-next-line compat/compat */
|
||||||
this.urls.map(URL.revokeObjectURL);
|
this.urls.forEach(URL.revokeObjectURL);
|
||||||
this.urls = [];
|
this.urls = [];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue