Browse Source

Update MediaBrowser.Model/Updates/PackageInfo.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
BaronGreenback 4 years ago
parent
commit
46a64deb66
1 changed files with 2 additions and 2 deletions
  1. 2 2
      MediaBrowser.Model/Updates/PackageInfo.cs

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

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