Index: applets/SqueezeboxJive/SqueezeboxJiveMeta.lua =================================================================== --- applets/SqueezeboxJive/SqueezeboxJiveMeta.lua (revision 8528) +++ applets/SqueezeboxJive/SqueezeboxJiveMeta.lua (working copy) @@ -49,7 +49,8 @@ -- fill in any blanks local defaults = defaultSettings(meta) for k, v in pairs(defaults) do - if not settings[k] then + -- Bug 15566: Check if setting is missing and not whether it's value is false + if settings[k] == nil then settings[k] = v end end