From 3a9ce6d36694718a190d22019d94295695daaec4 Mon Sep 17 00:00:00 2001 From: Bond_009 Date: Sat, 9 Jan 2021 15:08:48 +0100 Subject: [PATCH] Fix release build --- MediaBrowser.Controller/Entities/PersonInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MediaBrowser.Controller/Entities/PersonInfo.cs b/MediaBrowser.Controller/Entities/PersonInfo.cs index 4a5e93f794..4ff9b0955c 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; }