From d07eef4f2560b5070b211f59cb381d205df1c9c3 Mon Sep 17 00:00:00 2001 From: Bond_009 Date: Sat, 9 Jan 2021 15:00:59 +0100 Subject: Add tests for NFO parsers --- MediaBrowser.Controller/Entities/PersonInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Controller/Entities') 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 /// The sort order. public int? SortOrder { get; set; } - public string ImageUrl { get; set; } + public string? ImageUrl { get; set; } public Dictionary ProviderIds { get; set; } -- cgit v1.2.3