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);
}
- })
+ });
}
/**