diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-01-09 15:08:48 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-01-09 15:08:48 +0100 |
| commit | 3a9ce6d36694718a190d22019d94295695daaec4 (patch) | |
| tree | 4debf99ce7c55f3b8fb95a85a9a27bc544d1b1cb /MediaBrowser.Controller/Entities/PersonInfo.cs | |
| parent | d07eef4f2560b5070b211f59cb381d205df1c9c3 (diff) | |
Fix release build
Diffstat (limited to 'MediaBrowser.Controller/Entities/PersonInfo.cs')
| -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; } |
