aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
diff options
context:
space:
mode:
authorAmbulantRex <21176662+AmbulantRex@users.noreply.github.com>2023-04-09 10:53:09 -0600
committerAmbulantRex <21176662+AmbulantRex@users.noreply.github.com>2023-04-09 10:53:09 -0600
commit7dd4201971f1bb19ea380f2ca83aed11206cfe97 (patch)
tree28b2b4bc79275bfe4163c3f7bc4282d075cfba16 /MediaBrowser.Model
parent3a731051adf6d636517e5a9babbbe9f9da7d520b (diff)
Reconcile pre-packaged meta.json against manifest on install
Diffstat (limited to 'MediaBrowser.Model')
-rw-r--r--MediaBrowser.Model/Updates/VersionInfo.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Model/Updates/VersionInfo.cs b/MediaBrowser.Model/Updates/VersionInfo.cs
index 8f7680645..53e1d29b0 100644
--- a/MediaBrowser.Model/Updates/VersionInfo.cs
+++ b/MediaBrowser.Model/Updates/VersionInfo.cs
@@ -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>();
}
}