Code optimization

This commit is contained in:
amd64fox
2022-04-04 23:57:01 +03:00
parent 81bb483435
commit 3a3a843f9f
5 changed files with 172 additions and 297 deletions

View File

@@ -1,3 +1,3 @@
@echo off
start "" /wait "%Appdata%\Spotify\Spotify.exe"
powershell.exe -ExecutionPolicy Bypass -nologo -noninteractive -command "& '.\cache-spotify.ps1'"
powershell.exe -ExecutionPolicy Bypass -nologo -noninteractive -command "& '.\cache_spotify.ps1'"