diff --git a/.vscode/settings.json b/.vscode/settings.json index 9c3bbac..44a23ac 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -28,6 +28,7 @@ "letterboxed", "manjaro", "minification", + "mitigations", "nogrow", "noshrink", "outro", diff --git a/src/ext/lib/video-data/PlayerData.ts b/src/ext/lib/video-data/PlayerData.ts index e74f747..e4ef158 100644 --- a/src/ext/lib/video-data/PlayerData.ts +++ b/src/ext/lib/video-data/PlayerData.ts @@ -188,7 +188,7 @@ class PlayerData { try { this.doPeriodicPlayerElementChangeCheck(); } catch (e) { - console.error('[PlayerData::legacycd] this message is pretty high on the list of messages you shouldnt see', e); + console.error('[PlayerData::legacycd] this message is pretty high on the list of messages you shouldn\'t see', e); } } }