eliminate testing

This commit is contained in:
amd64fox 2024-10-05 18:23:12 +03:00 committed by GitHub
parent b7d471e831
commit b888225855
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -122,7 +122,6 @@ function Compare-SpotifyVersions {
Write-Log "Comparison of versions..."
$ProgressPreference = 'SilentlyContinue'
$jsonContent = Invoke-WebRequest -Uri $jsonUrl | ConvertFrom-Json
$jsonContent."1.2.47.366".fullversion = "1.2.48.366.g0d3bd570"
foreach ($jsonVersion in $jsonContent.PSObject.Properties) {
if ($jsonVersion.Value.fullversion -eq $version) {
Write-Log "New version not found"
@ -185,4 +184,4 @@ if ($spotifyExePath) {
}
else {
Write-Log "Spotify.exe not found"
}
}