mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix sonarjs no-redundant-jump
This commit is contained in:
parent
762573bef8
commit
5e4eca6ae9
9 changed files with 0 additions and 10 deletions
|
@ -382,7 +382,6 @@ import template from './libraryoptionseditor.template.html';
|
|||
return setContentType(parent, contentType).then(function() {
|
||||
libraryOptions && setLibraryOptions(parent, libraryOptions);
|
||||
bindEvents(parent);
|
||||
return;
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
|
@ -295,7 +295,6 @@ document.addEventListener('viewshow', function (e) {
|
|||
mirrorIfEnabled({
|
||||
item: item
|
||||
});
|
||||
return;
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
@ -129,7 +129,6 @@ function executeCloseAction(action, programId, serverId) {
|
|||
serverId: serverId
|
||||
});
|
||||
});
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue