Try to use archived SteamDB page

This commit is contained in:
Jeddunk 2023-12-24 11:51:18 +01:00
parent cfb9be69f7
commit dfd9f1a97b
3 changed files with 56 additions and 8 deletions

View file

@ -323,7 +323,7 @@ namespace auto_creamapi.ViewModels
private async Task GetListOfDlc()
{
Status = "Trying to get DLC...";
Status = "Trying to get DLC, please wait...";
if (AppId > 0)
{
var app = new SteamApp { AppId = AppId, Name = GameName };