Przeglądaj źródła

Update MediaBrowser.Model/Updates/PackageInfo.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
BaronGreenback 4 lat temu
rodzic
commit
46a64deb66
1 zmienionych plików z 2 dodań i 2 usunięć
  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; }
     }
 }