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

Fix sonarjs no-identical-functions

This commit is contained in:
Bill Thornton 2022-10-05 15:31:15 -04:00
parent 8472112951
commit 4972f50a06
8 changed files with 45 additions and 94 deletions

View file

@ -417,10 +417,7 @@ class HtmlAudioPlayer {
// This is a retry after error
resume() {
const mediaElement = this._mediaElement;
if (mediaElement) {
mediaElement.play();
}
this.unpause();
}
unpause() {