mirror of
https://github.com/unraid/api.git
synced 2026-05-03 05:31:19 -05:00
refactor(web): update os check includeNext defaults
This commit is contained in:
@@ -102,7 +102,7 @@ onBeforeMount(() => {
|
||||
updateOsStore.checkForUpdate({
|
||||
cache: true,
|
||||
guid: guid.value,
|
||||
includeNext: isOsVersionStable.value, // @todo ensure this is correct
|
||||
includeNext: !isOsVersionStable.value, // if we're already on a non-stable release, include next
|
||||
keyfile: keyfile.value,
|
||||
osVersion: osVersion.value,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user