From b888225855a67426efba451edf5ee6e164747225 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Sat, 5 Oct 2024 18:23:12 +0300 Subject: [PATCH] eliminate testing --- ms-spotify-check.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 +}