Update MediaBrowser.Model/Updates/PackageInfo.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
BaronGreenback 2020-12-18 21:07:24 +00:00 committed by GitHub
parent 5c4fdaa253
commit 46a64deb66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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