Don't call MkbHandler.destroy() if the MKB feature is not enabled

This commit is contained in:
redphx 2024-03-10 17:45:19 +07:00
parent a4874c76db
commit 0f7ac4c372

View File

@ -11280,7 +11280,7 @@ window.addEventListener(BxEvent.STREAM_STOPPED, e => {
IS_PLAYING = false;
// Stop MKB listeners
MkbHandler.INSTANCE.destroy();
getPref(Preferences.MKB_ENABLED) && MkbHandler.INSTANCE.destroy();
const $quickBar = document.querySelector('.bx-quick-settings-bar');
if ($quickBar) {