From 0c5ba7a8e6a6c0aba28e14973a544c8511b2640b Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Wed, 19 Jan 2022 22:18:45 +0300 Subject: [PATCH] Enabled enhance Playlist UI and functionality (Experimental) --- Install_rus.ps1 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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