return device picker to the right panel

This commit is contained in:
amd64fox
2024-06-02 12:10:56 +03:00
parent e6beaab605
commit 74acfbf4aa
2 changed files with 5 additions and 1 deletions

View File

@@ -923,7 +923,7 @@
"native_description": "Enables Device Picker as a side panel",
"version": {
"fr": "1.2.30",
"to": "1.2.36"
"to": ""
}
},
"Otfn": {

View File

@@ -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
}