Fixes empty listing URL

This commit is contained in:
Serraniel 2023-03-03 15:26:01 +01:00
parent 6fd5987d64
commit 719b8f0128
Signed by: Serraniel
GPG key ID: 3690B4E7364525D3

View file

@ -15,7 +15,7 @@ public class CardPrice
[JsonPropertyName("dateUpdated")] public DateTime? UpdatedDate { get; set; }
public string? ListingUrl { get; set; }
[JsonPropertyName("listingUrl")] public string? ListingUrl { get; set; }
public string? Seller { get; set; }
}