Forgot to save a line
This commit is contained in:
parent
a43f0a7e7f
commit
8c551f6826
|
@ -74,6 +74,7 @@ browser.storage.local.get(
|
||||||
r => {
|
r => {
|
||||||
enable.checked = !r.disableYoutube;
|
enable.checked = !r.disableYoutube;
|
||||||
onlyEmbeddedVideo.value = r.onlyEmbeddedVideo;
|
onlyEmbeddedVideo.value = r.onlyEmbeddedVideo;
|
||||||
|
youtubeEmbedFrontend.value = r.youtubeEmbedFrontend;
|
||||||
frontend.value = r.youtubeFrontend;
|
frontend.value = r.youtubeFrontend;
|
||||||
protocol = r.protocol;
|
protocol = r.protocol;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue