mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-27 23:25:55 +03:00
Rename Ugc.Item.PreviewImageUrl
This commit is contained in:
parent
a4a1b32bc7
commit
f42fdfd09a
@ -197,7 +197,7 @@ public async Task<bool> Vote( bool up )
|
||||
/// <summary>
|
||||
/// The URL to the preview image for this item
|
||||
/// </summary>
|
||||
public string PreviewUrl { get; internal set; }
|
||||
public string PreviewImageUrl { get; internal set; }
|
||||
}
|
||||
|
||||
}
|
@ -41,7 +41,7 @@ public IEnumerable<Item> 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
|
||||
|
Loading…
Reference in New Issue
Block a user