version bump to 1.2.92

This commit is contained in:
amd64fox
2026-06-12 00:45:17 +03:00
parent 95882aa5b3
commit 3284673df6
2 changed files with 20 additions and 4 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
param
(
[Parameter(HelpMessage = 'Latest recommended Spotify version for Windows 10+.')]
[string]$latest_full = "1.2.90",
[string]$latest_full = "1.2.92",
[Parameter(HelpMessage = 'Latest supported Spotify version for Windows 7-8.1')]
[string]$last_win7_full = "1.2.5.1006.g22820f93",
@@ -2094,7 +2094,7 @@ function Helper($paramname, [switch]$CheckOnly) {
if (!($rightsidebarcolor)) { Remove-Json -j $Enable -p 'RightSidebarColors' }
}
}
if (!$premium) { Remove-Json -j $Enable -p 'RemoteDownloads', 'Magpie', 'MagpiePrompting', 'MagpieScheduling', 'MagpieCuration' }
if (!$premium) { Remove-Json -j $Enable -p 'RemoteDownloads', 'Magpie', 'MagpiePrompting', 'MagpieScheduling', 'MagpieCuration', 'MagpieAudiobookRows' }
# Disable unimportant exp
if ($exp_spotify) {