diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-01-09 15:00:59 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-01-09 15:00:59 +0100 |
| commit | d07eef4f2560b5070b211f59cb381d205df1c9c3 (patch) | |
| tree | c9432107b6fa48cf634bd5411806b0eb8b8fe929 /MediaBrowser.Controller/Entities | |
| parent | a8230c07eaa820a3db0961db9dce1a34d1a3c113 (diff) | |
Add tests for NFO parsers
Diffstat (limited to 'MediaBrowser.Controller/Entities')
| -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 4ff9b0955c..4a5e93f794 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; } |
