mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-04 09:22:09 +01:00
Correct style inconsistencies
This commit is contained in:
@@ -80,6 +80,6 @@ namespace MediaBrowser.Model.Updates
|
||||
/// Gets or sets the assemblies whitelist for this version.
|
||||
/// </summary>
|
||||
[JsonPropertyName("assemblies")]
|
||||
public IList<string> Assemblies { get; set; } = Array.Empty<string>();
|
||||
public IReadOnlyList<string> Assemblies { get; set; } = Array.Empty<string>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user