From 803def8f7239eb18f2ae1b395f75c757d204f863 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 22 May 2024 09:46:26 +0530 Subject: [PATCH] Added an empty default for the custom instance option to ensure watches work --- src/store/prefs-store.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/prefs-store.js b/src/store/prefs-store.js index f3052a2..0eb0c3c 100644 --- a/src/store/prefs-store.js +++ b/src/store/prefs-store.js @@ -31,6 +31,7 @@ const PrefsStore = { proxyLBRY: true, homepageButton: false, enableCustomInstance: false, + custom_instance_v1: '', selectedSkip: [], codecs: ['av01', 'avc1', 'vp9']