mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-28 15:32:27 +00:00
Reconcile pre-packaged meta.json against manifest on install
This commit is contained in:
@@ -75,11 +75,5 @@ namespace MediaBrowser.Model.Updates
|
||||
/// </summary>
|
||||
[JsonPropertyName("repositoryUrl")]
|
||||
public string RepositoryUrl { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the assemblies whitelist for this version.
|
||||
/// </summary>
|
||||
[JsonPropertyName("assemblies")]
|
||||
public IReadOnlyList<string> Assemblies { get; set; } = Array.Empty<string>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user