- Minor fix
- typos
This commit is contained in:
amd64fox
2021-11-13 16:05:53 +03:00
parent b11eef040f
commit f2e5a70a74
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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) { Get-ChildItem $env:LOCALAPPDATA\Spotify\mercury.db -File -Recurse | Remove-Item }
}
}