This commit is contained in:
JustArchi
2018-05-30 04:57:43 +02:00
parent 6d88c3a888
commit bc8dde4cba

View File

@@ -531,7 +531,7 @@ namespace ArchiSteamFarm {
}
internal async Task<Dictionary<uint, string>> GetMyOwnedGames() {
const string request = "/my/games/?xml=1";
const string request = "/my/games?xml=1";
XmlDocument response = await UrlGetToXmlDocumentWithSession(SteamCommunityURL, request).ConfigureAwait(false);