diff --git a/Install_rus.ps1 b/Install_rus.ps1 index 823a77e..f9397b1 100644 --- a/Install_rus.ps1 +++ b/Install_rus.ps1 @@ -398,7 +398,9 @@ If (Test-Path $xpui_spa_patch) { <# 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' ` <# Enables new playlist creation flow #>` - -replace '(Enables new playlist creation flow in Web Player and DesktopX",default:)(!1)', '$1!0' + -replace '(Enables new playlist creation flow in Web Player and DesktopX",default:)(!1)', '$1!0' ` + <# Enable Enhance Playlist UI and functionality #>` + -replace '(Enable Enhance Playlist UI and functionality",default:)(!1)', '$1!0' @@ -677,4 +679,4 @@ if ($ch -eq 'y') { } Write-Host "Установка завершена"`n -ForegroundColor Green -exit \ No newline at end of file +exit