diff --git a/ms-spotify-check.ps1 b/ms-spotify-check.ps1 index d4b878c..a1a7ac8 100644 --- a/ms-spotify-check.ps1 +++ b/ms-spotify-check.ps1 @@ -75,6 +75,8 @@ function Get-LatestSpotifyVersion { } else { Write-Log "No matching Spotify file found" + Write-Log "Response:" + Write-Log $html } return $latestFile } @@ -235,4 +237,4 @@ $tempPath = [System.IO.Path]::GetTempPath() $spotifyTempDir = Join-Path $tempPath "Spotify" New-Item -Path $spotifyTempDir -ItemType Directory -Force | Out-Null -Main \ No newline at end of file +Main