mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-18 16:16:17 +00:00
Fix release build
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user