From fb1b9b15bb8165fca9fbcb5461650f955867e487 Mon Sep 17 00:00:00 2001 From: gnattu Date: Sun, 22 Sep 2024 05:50:10 +0800 Subject: [PATCH] fix lint Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- src/plugins/htmlVideoPlayer/plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/htmlVideoPlayer/plugin.js b/src/plugins/htmlVideoPlayer/plugin.js index f82ee12703..8452074907 100644 --- a/src/plugins/htmlVideoPlayer/plugin.js +++ b/src/plugins/htmlVideoPlayer/plugin.js @@ -1613,7 +1613,7 @@ export class HtmlVideoPlayer { // unset stream when switching to transcode player.setTrackForDisplay(player.#mediaElement, null, -1); } - }) + }); } /**