diff --git a/ms-spotify-check.ps1 b/ms-spotify-check.ps1 index 2bc9b2e..e086279 100644 --- a/ms-spotify-check.ps1 +++ b/ms-spotify-check.ps1 @@ -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" -} \ No newline at end of file +}