Fix release build

This commit is contained in:
Bond_009
2021-01-09 15:08:48 +01:00
parent d07eef4f25
commit 3a9ce6d366

View File

@@ -42,7 +42,7 @@ namespace MediaBrowser.Controller.Entities
/// <value>The sort order.</value>
public int? SortOrder { get; set; }
public string? ImageUrl { get; set; }
public string ImageUrl { get; set; }
public Dictionary<string, string> ProviderIds { get; set; }