diff --git a/Install.ps1 b/Install.ps1 index ea16c84..7aff877 100644 --- a/Install.ps1 +++ b/Install.ps1 @@ -207,7 +207,9 @@ If (Test-Path $xpui_js_patch) { <# Enables quicksilver in-app messaging modal #>` -replace '(Enables quicksilver in-app messaging modal",default:)(!0)', '$1!1' ` <# With this enabled, clients will check whether tracks have lyrics available #>` - -replace '(With this enabled, clients will check whether tracks have lyrics available",default:)(!1)', '$1!0' + -replace '(With this enabled, clients will check whether tracks have lyrics available",default:)(!1)', '$1!0' ` + <# Enables new playlist creation flow #>` + -replace '(Enables new playlist creation flow in Web Player and DesktopX",default:)(!1)', '$1!0' # Disable Podcast if ($Podcasts_off) { @@ -277,7 +279,9 @@ If (Test-Path $xpui_spa_patch) { <# Enables quicksilver in-app messaging modal #>` -replace '(Enables quicksilver in-app messaging modal",default:)(!0)', '$1!1' ` <# With this enabled, clients will check whether tracks have lyrics available #>` - -replace '(With this enabled, clients will check whether tracks have lyrics available",default:)(!1)', '$1!0' + -replace '(With this enabled, clients will check whether tracks have lyrics available",default:)(!1)', '$1!0' ` + <# Enables new playlist creation flow #>` + -replace '(Enables new playlist creation flow in Web Player and DesktopX",default:)(!1)', '$1!0' # Disable Podcast if ($Podcasts_off) { diff --git a/Install_rus.ps1 b/Install_rus.ps1 index 8943bda..6f05f18 100644 --- a/Install_rus.ps1 +++ b/Install_rus.ps1 @@ -207,7 +207,9 @@ If (Test-Path $xpui_js_patch) { <# Enables quicksilver in-app messaging modal #>` -replace '(Enables quicksilver in-app messaging modal",default:)(!0)', '$1!1' ` <# With this enabled, clients will check whether tracks have lyrics available #>` - -replace '(With this enabled, clients will check whether tracks have lyrics available",default:)(!1)', '$1!0' + -replace '(With this enabled, clients will check whether tracks have lyrics available",default:)(!1)', '$1!0' ` + <# Enables new playlist creation flow #>` + -replace '(Enables new playlist creation flow in Web Player and DesktopX",default:)(!1)', '$1!0' # Disable Podcast if ($Podcasts_off) { @@ -277,7 +279,9 @@ If (Test-Path $xpui_spa_patch) { <# Enables quicksilver in-app messaging modal #>` -replace '(Enables quicksilver in-app messaging modal",default:)(!0)', '$1!1' ` <# With this enabled, clients will check whether tracks have lyrics available #>` - -replace '(With this enabled, clients will check whether tracks have lyrics available",default:)(!1)', '$1!0' + -replace '(With this enabled, clients will check whether tracks have lyrics available",default:)(!1)', '$1!0' ` + <# Enables new playlist creation flow #>` + -replace '(Enables new playlist creation flow in Web Player and DesktopX",default:)(!1)', '$1!0' # Disable Podcast if ($Podcasts_off) {