mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-23 19:40:19 +10:00
return device picker to the right panel
This commit is contained in:
@@ -923,7 +923,7 @@
|
||||
"native_description": "Enables Device Picker as a side panel",
|
||||
"version": {
|
||||
"fr": "1.2.30",
|
||||
"to": "1.2.36"
|
||||
"to": ""
|
||||
}
|
||||
},
|
||||
"Otfn": {
|
||||
|
||||
4
run.ps1
4
run.ps1
@@ -1159,6 +1159,10 @@ function Helper($paramname) {
|
||||
if ($enhance_playlist_off) { Remove-Json -j $Enable -p 'EnhancePlaylist' }
|
||||
|
||||
|
||||
if ([version]$offline -eq [version]'1.2.37.701' -or [version]$offline -eq [version]'1.2.38.720' ) {
|
||||
Move-Json -n 'DevicePickerSidePanel' -t $Enable -f $Disable
|
||||
}
|
||||
|
||||
if ($enhanceSongs -and [version]$offline -le [version]'1.2.25.1011') {
|
||||
Move-Json -n 'SmartShuffle' -t $Enable -f $Disable
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user