mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-11 17:37:21 +10:00
added support for 1.2.80.349
- patch for hiding sponsored ads in playlists has been fixed - enabled playlist creation using ai (test for premium) - play counters have been added for the "Your Top Songs 2025" playlist - russian translation update
This commit is contained in:
4
run.ps1
4
run.ps1
@@ -416,7 +416,7 @@ if (!($version -and $version -match $match_v)) {
|
||||
}
|
||||
else {
|
||||
# latest tested version for Win 10-12
|
||||
$onlineFull = "1.2.79.427.g80eb4a07-589"
|
||||
$onlineFull = "1.2.80.349.g2efc88b5-968"
|
||||
}
|
||||
}
|
||||
else {
|
||||
@@ -1235,7 +1235,7 @@ function Helper($paramname) {
|
||||
}
|
||||
}
|
||||
}
|
||||
if (!$premium) { Remove-Json -j $Enable -p 'RemoteDownloads' }
|
||||
if (!$premium) { Remove-Json -j $Enable -p 'RemoteDownloads', 'Magpie', 'MagpiePrompting', 'MagpieScheduling' }
|
||||
|
||||
# Disable unimportant exp
|
||||
if ($exp_spotify) {
|
||||
|
||||
Reference in New Issue
Block a user