diff --git a/src/ext/lib/video-data/PlayerData.ts b/src/ext/lib/video-data/PlayerData.ts index 6ed9aeb..a37a642 100644 --- a/src/ext/lib/video-data/PlayerData.ts +++ b/src/ext/lib/video-data/PlayerData.ts @@ -78,7 +78,7 @@ class PlayerData { function: (data) => this.markElement(data) }], 'update-player': [{ - function: () => this.getPlayer(); + function: () => this.getPlayer() }] } //#endregion