diff options
| -rw-r--r-- | MediaBrowser.Controller/Entities/PersonInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/PersonInfo.cs b/MediaBrowser.Controller/Entities/PersonInfo.cs index 4a5e93f79..4ff9b0955 100644 --- a/MediaBrowser.Controller/Entities/PersonInfo.cs +++ b/MediaBrowser.Controller/Entities/PersonInfo.cs @@ -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; } |
