diff --git a/src/js/storage.js b/src/js/storage.js index b8f85b733..151717c23 100644 --- a/src/js/storage.js +++ b/src/js/storage.js @@ -1510,7 +1510,7 @@ onBroadcast(msg => { } if ( µb.userSettings.autoUpdate === false ) { - if ( details.updateDelay === undefined ) { + if ( Boolean(details.updateDelay) === false ) { next = 0; return; }