- Minor fix
- typos
This commit is contained in:
amd64fox
2021-11-13 15:55:22 +03:00
parent 03a7a2c126
commit b11eef040f
7 changed files with 36 additions and 36 deletions

View File

@@ -549,7 +549,7 @@ if ($ch -eq 'y') {
if ($ch -match "^[1-9][0-9]?$|^100$") {
$file_cache_spotify_ps1 = Get-Content $env:APPDATA\Spotify\cache-spotify.ps1 -Raw
$new_file_cache_spotify_ps1 = $file_cache_spotify_ps1 -replace 'seven', $ch -replace '-7', - $ch
$new_file_cache_spotify_ps1 = $file_cache_spotify_ps1 -replace '-7', - $ch
Set-Content -Path $env:APPDATA\Spotify\cache-spotify.ps1 -Force -Value $new_file_cache_spotify_ps1
$contentcache_spotify_ps1 = [System.IO.File]::ReadAllText("$env:APPDATA\Spotify\cache-spotify.ps1")
$contentcache_spotify_ps1 = $contentcache_spotify_ps1.Trim()