瀏覽代碼

Fix release build

Bond_009 4 年之前
父節點
當前提交
3a9ce6d366
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>
         /// <value>The sort order.</value>
         public int? SortOrder { get; set; }
         public int? SortOrder { get; set; }
 
 
-        public string? ImageUrl { get; set; }
+        public string ImageUrl { get; set; }
 
 
         public Dictionary<string, string> ProviderIds { get; set; }
         public Dictionary<string, string> ProviderIds { get; set; }