renamed imagePath to imageUrl

pull/4709/head
BaronGreenback 4 years ago
parent 149c2b2169
commit bd1c115e46

@ -77,9 +77,9 @@ namespace MediaBrowser.Model.Updates
#pragma warning restore CA2227 // Collection properties should be read only
/// <summary>
/// Gets or sets the image path for the package.
/// Gets or sets the image url for the package.
/// </summary>
[JsonPropertyName("imagePath")]
public string? ImagePath { get; set; }
[JsonPropertyName("imageUrl")]
public string? ImageUrl { get; set; }
}
}

Loading…
Cancel
Save