Browse Source

Fix release build

Bond_009 4 năm trước cách đây
mục cha
commit
3a9ce6d366
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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; }