mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 21:38:27 +01:00
default values for model classes
This commit is contained in:
@@ -60,5 +60,17 @@ namespace MediaBrowser.Model.System
|
||||
/// </summary>
|
||||
/// <value>The id.</value>
|
||||
public string Id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="SystemInfo"/> class.
|
||||
/// </summary>
|
||||
public SystemInfo()
|
||||
{
|
||||
InProgressInstallations = new InstallationInfo[] { };
|
||||
|
||||
CompletedInstallations = new InstallationInfo[] { };
|
||||
|
||||
FailedPluginAssemblies = new string[] { };
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user