diff --git a/AdnmbBackup-gui/Form1.cs b/AdnmbBackup-gui/Form1.cs index 8d00f4a..fe02003 100644 --- a/AdnmbBackup-gui/Form1.cs +++ b/AdnmbBackup-gui/Form1.cs @@ -57,8 +57,8 @@ private void button1_Click(object sender, EventArgs e) var t = http.GetAsync(url + "?id=" + id + "&page=1"); t.Wait(); var result = t.Result; - label4.Text = "0"; - var t2 = result.Content.ReadAsStringAsync(); + label4.Text = "5"; + var t2 = result.Content.ReadAsByteArrayAsync(); t2.Wait(); var bytes = t2.Result; var str = ReadGzip(bytes);