Update path_cover_small and path_cover_large

This commit is contained in:
Georges-Antoine Assi 2025-02-27 19:43:34 -05:00
parent 7ff7e1b6ce
commit b22f644672
No known key found for this signature in database
GPG Key ID: 30F6E9865ABBA06E

View File

@ -78,10 +78,10 @@ namespace RomM.Models.RomM.Rom
[JsonProperty("igdb_metadata")]
public RomMIgdbMetadata IgdbMetadata { get; set; }
[JsonProperty("path_cover_s")]
[JsonProperty("path_cover_small")]
public string PathCoverS { get; set; }
[JsonProperty("path_cover_l")]
[JsonProperty("path_cover_large")]
public string PathCoverL { get; set; }
[JsonProperty("has_cover")]