update update api url

This commit is contained in:
13xforever 2019-09-20 02:59:02 +05:00
parent 3e6dda7a77
commit eea0794fae

View File

@ -69,7 +69,7 @@ namespace CompatApiClient
{
try
{
using (var message = new HttpRequestMessage(HttpMethod.Get, "https://update.rpcs3.net/?c=" + commit))
using (var message = new HttpRequestMessage(HttpMethod.Get, "https://update.rpcs3.net/?api=v1&c=" + commit))
using (var response = await client.SendAsync(message, HttpCompletionOption.ResponseContentRead, cancellationToken).ConfigureAwait(false))
try
{