Fix sonarjs no-identical-functions
This commit is contained in:
parent
8472112951
commit
4972f50a06
8 changed files with 45 additions and 94 deletions
|
@ -1690,10 +1690,7 @@ function tryRemoveElement(elem) {
|
|||
|
||||
// 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