eliminate testing
This commit is contained in:
parent
b7d471e831
commit
b888225855
1 changed files with 1 additions and 2 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue