mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-20 22:21:09 +10:00
version bump to 1.2.26.1180
- fixed patches for hiding podcasts and sections similar to ads - changing the list of sections #195 - included exp • encore cards • queue on right panel
This commit is contained in:
@@ -348,7 +348,7 @@ if (!($version -and $version -match $match_v)) {
|
||||
}
|
||||
else {
|
||||
# Recommended version for Win 10-12
|
||||
$onlineFull = "1.2.25.1011.g0348b2ea-701"
|
||||
$onlineFull = "1.2.26.1180.g6af55bfb-74"
|
||||
}
|
||||
}
|
||||
else {
|
||||
@@ -1062,7 +1062,8 @@ function Helper($paramname) {
|
||||
if ($enhance_like_off) { Remove-Json -j $Enable -p'EnhanceLikedSongs' }
|
||||
if ($enhance_playlist_off) { Remove-Json -j $Enable -p 'EnhancePlaylist' }
|
||||
|
||||
if ($EnhanceSongs) {
|
||||
|
||||
if ($EnhanceSongs -and [version]$offline -le [version]'1.2.25.1011') {
|
||||
Move-Json -n 'SmartShuffle' -t $Enable -f $Disable
|
||||
}
|
||||
else {
|
||||
@@ -1077,8 +1078,6 @@ function Helper($paramname) {
|
||||
Move-Json -n 'Plus' -t $Enable -f $Disable
|
||||
}
|
||||
|
||||
Remove-Json -j $Enable -p "EncoreCards", "QueueOnRightPanel"
|
||||
|
||||
if (!($funnyprogressBar)) { Remove-Json -j $Enable -p "HeBringsNpb" }
|
||||
|
||||
# Old theme
|
||||
|
||||
Reference in New Issue
Block a user