diff --git a/Facepunch.Steamworks/Structs/UgcItem.cs b/Facepunch.Steamworks/Structs/UgcItem.cs index 41ced44..14c6aae 100644 --- a/Facepunch.Steamworks/Structs/UgcItem.cs +++ b/Facepunch.Steamworks/Structs/UgcItem.cs @@ -197,7 +197,7 @@ public async Task Vote( bool up ) /// /// The URL to the preview image for this item /// - public string PreviewUrl { get; internal set; } + public string PreviewImageUrl { get; internal set; } } } \ No newline at end of file diff --git a/Facepunch.Steamworks/Structs/UgcResultPage.cs b/Facepunch.Steamworks/Structs/UgcResultPage.cs index 764f522..e9ecdb9 100644 --- a/Facepunch.Steamworks/Structs/UgcResultPage.cs +++ b/Facepunch.Steamworks/Structs/UgcResultPage.cs @@ -41,7 +41,7 @@ public IEnumerable Entries var sb = Helpers.TakeStringBuilder(); if ( SteamUGC.Internal.GetQueryUGCPreviewURL( Handle, i, sb, (uint)sb.Capacity ) ) { - item.PreviewUrl = sb.ToString(); + item.PreviewImageUrl = sb.ToString(); } // TODO GetQueryUGCAdditionalPreview