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:
parent
8472112951
commit
4972f50a06
8 changed files with 45 additions and 94 deletions
|
@ -417,10 +417,7 @@ class HtmlAudioPlayer {
|
|||
|
||||
// This is a retry after error
|
||||
resume() {
|
||||
const mediaElement = this._mediaElement;
|
||||
if (mediaElement) {
|
||||
mediaElement.play();
|
||||
}
|
||||
this.unpause();
|
||||
}
|
||||
|
||||
unpause() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue