1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Add ignore comments for non-issues

This commit is contained in:
Bill Thornton 2025-03-27 12:42:36 -04:00
parent ad2472e90e
commit dece9283f9
4 changed files with 4 additions and 0 deletions

View file

@ -77,6 +77,7 @@ function setFiles(page, files) {
reader.readAsDataURL(file);
}
// eslint-disable-next-line sonarjs/no-invariant-returns
function onSubmit(e) {
const file = currentFile;