浏览代码

Update MediaBrowser.Model/Updates/PackageInfo.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
BaronGreenback 4 年之前
父节点
当前提交
46a64deb66
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      MediaBrowser.Model/Updates/PackageInfo.cs

+ 2 - 2
MediaBrowser.Model/Updates/PackageInfo.cs

@@ -79,7 +79,7 @@ namespace MediaBrowser.Model.Updates
         /// <summary>
         /// <summary>
         /// Gets or sets the image url for the package.
         /// Gets or sets the image url for the package.
         /// </summary>
         /// </summary>
-        [JsonPropertyName("imageUrl")]
-        public string? ImageUrl { get; set; }
+        [JsonPropertyName("imagePath")]
+        public string? ImagePath { get; set; }
     }
     }
 }
 }