Forgot to save a line

This commit is contained in:
BobIsMyManager 2022-07-24 16:33:54 +01:00
parent a43f0a7e7f
commit 8c551f6826
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ browser.storage.local.get(
r => {
enable.checked = !r.disableYoutube;
onlyEmbeddedVideo.value = r.onlyEmbeddedVideo;
youtubeEmbedFrontend.value = r.youtubeEmbedFrontend;
frontend.value = r.youtubeFrontend;
protocol = r.protocol;