Update MediaBrowser.Model/Updates/PackageInfo.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
pull/4709/head
BaronGreenback 4 years ago committed by GitHub
parent 5c4fdaa253
commit 46a64deb66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -79,7 +79,7 @@ namespace MediaBrowser.Model.Updates
/// <summary> /// <summary>
/// Gets or sets the image url for the package. /// Gets or sets the image url for the package.
/// </summary> /// </summary>
[JsonPropertyName("imageUrl")] [JsonPropertyName("imagePath")]
public string? ImageUrl { get; set; } public string? ImagePath { get; set; }
} }
} }

Loading…
Cancel
Save