mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-11 17:37:21 +10:00
- Fixed slow client startup if cache purge was set - Now there is a log file (Spotify/cache/log.txt) in which you can find information about the script to clear the cache. - A little code optimization
3 lines
154 B
Batchfile
3 lines
154 B
Batchfile
@echo off
|
|
start "" /wait "%Appdata%\Spotify\Spotify.exe"
|
|
powershell.exe -ExecutionPolicy Bypass -nologo -noninteractive -command "& '.\cache-spotify.ps1'" |