New parameter 'Plus'

- with the 'Plus' parameter, you can save and select destinations for songs, playlists, or podcasts
This commit is contained in:
amd64fox
2023-11-01 15:57:33 +03:00
parent e454aa86da
commit 375a3623cc
2 changed files with 16 additions and 0 deletions

View File

@@ -681,6 +681,15 @@
"fr": "1.2.21",
"to": ""
}
},
"Plus": {
"name": "enableAlignedCuration",
"description": "it`s killing the heart icon, you`re able to save and choose the destination for any song, playlist, or podcast",
"native_description": "Enable Aligned Curation",
"version": {
"fr": "1.2.21",
"to": ""
}
}
},
"CustomExp": {

View File

@@ -59,6 +59,9 @@ param
[Parameter(HelpMessage = 'Enable enhance playlist & liked songs.')]
[switch]$EnhanceSongs,
[Parameter(HelpMessage = 'it`s killing the heart icon, you`re able to save and choose the destination for any song, playlist, or podcast')]
[switch]$Plus,
[Parameter(HelpMessage = 'Enable funny progress bar.')]
[switch]$funnyprogressBar,
@@ -1066,6 +1069,10 @@ function Helper($paramname) {
}
if (!($Plus)) {
Move-Json -n 'Plus' -t $Enable -f $Disable
}
Remove-Json -j $Enable -p "EncoreCards", "QueueOnRightPanel"
if (!($funnyprogressBar)) { Remove-Json -j $Enable -p "HeBringsNpb" }