From a5e9ceda60a7819d38881fb83d08762a924fe904 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sat, 4 Apr 2020 22:25:10 -0400 Subject: [PATCH] Removed custom options code for audio --- src/options.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/options.ts b/src/options.ts index 24fd833d..3fd13074 100644 --- a/src/options.ts +++ b/src/options.ts @@ -65,10 +65,6 @@ async function init() { showNoticeSwitch.checked = true; } - break; - case "audioNotificationOnSkip": - let audioNotificationOnSkip = document.querySelector("[sync-option='audioNotificationOnSkip'] > label > label > input"); - audioNotificationOnSkip.checked = Config.config[option]; break; } });