From 015362fc81df3ec451b90494d216af6a2aba3de3 Mon Sep 17 00:00:00 2001 From: Rikki Tooley Date: Wed, 11 Sep 2013 03:18:51 +0100 Subject: [PATCH] Fixed exception when HttpClient requests are cancelled and return empty strings --- IF.Lastfm.Core/LastFm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IF.Lastfm.Core/LastFm.cs b/IF.Lastfm.Core/LastFm.cs index d95505b..493f7e4 100644 --- a/IF.Lastfm.Core/LastFm.cs +++ b/IF.Lastfm.Core/LastFm.cs @@ -90,7 +90,7 @@ public static string FormatQueryParameters(IEnumerable 1 && !json.Contains("error")) { error = LastFmApiError.None; return true;