mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Use mutation to update progress on library scans
This commit is contained in:
parent
950efe0091
commit
44174a593d
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ import 'webcomponents';
|
|||
this.classList.add('hide');
|
||||
}
|
||||
|
||||
this.setProgress(progress);
|
||||
this.setAttribute('data-progress', progress);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue