Fix release build

This commit is contained in:
Bond_009 2021-01-09 15:08:48 +01:00
parent d07eef4f25
commit 3a9ce6d366
No known key found for this signature in database
GPG Key ID: 63AB4E6262A96A87

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; }