diff --git a/cache-spotify.ps1 b/cache_spotify_ru.ps1 similarity index 98% rename from cache-spotify.ps1 rename to cache_spotify_ru.ps1 index 63a4308..7991bf7 100644 --- a/cache-spotify.ps1 +++ b/cache_spotify_ru.ps1 @@ -10,4 +10,4 @@ If (Test-Path -Path $env:LOCALAPPDATA\Spotify\Data) { If (Test-Path -Path $env:LOCALAPPDATA\Spotify\mercury.db) { $file_mercury = Get-Item "$env:LOCALAPPDATA\Spotify\mercury.db" if ($file_mercury.length -gt 100MB) { dir $env:LOCALAPPDATA\Spotify\mercury.db -File -Recurse | del } -} \ No newline at end of file +}