style: auto-fix linting issues

This commit is contained in:
JulienMaille 2026-01-25 10:00:12 +00:00 committed by github-actions[bot]
parent 68d1f726c4
commit 30401ccfa6
3 changed files with 2722 additions and 1928 deletions

1606
index.html

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,5 @@
export class DashDownloader {
constructor() { }
constructor() {}
async downloadDashStream(manifestBlobUrl, options = {}) {
const { onProgress, signal } = options;

View file

@ -942,8 +942,6 @@ export class UIRenderer {
}
}
async renderLibraryPage() {
this.showPage('library');