Skip to content

Commit

Permalink
Fix codacy hint
Browse files Browse the repository at this point in the history
  • Loading branch information
markusweigelt committed Nov 21, 2023
1 parent 9ad53ba commit c8c0a00
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@ metadataEditor.gallery = {
self.stopPlay(mediaElement, icon);
mediaElement.removeEventListener("timeupdate", onTimeUpdate);
}
}
};

let onMediaPartialStopPlay = function () {
self.stopPlay(mediaElement, icon);
mediaElement.removeEventListener("timeupdate", onTimeUpdate);
}
};

mediaElement.currentTime = startTime;
mediaElement.addEventListener("timeupdate", onTimeUpdate);
Expand Down

0 comments on commit c8c0a00

Please sign in to comment.