mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 14:08:44 -04:00
Update MediaBrowser.Model/Updates/PackageInfo.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
5c4fdaa253
commit
46a64deb66
1 changed files with 2 additions and 2 deletions
|
@ -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; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue