Browse Source

Fix release build

Bond_009 4 years ago
parent
commit
3a9ce6d366
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MediaBrowser.Controller/Entities/PersonInfo.cs

+ 1 - 1
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; }