mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 11:13:32 +01:00
default values for model classes
This commit is contained in:
@@ -54,5 +54,13 @@ namespace MediaBrowser.Model.Tasks
|
||||
/// </summary>
|
||||
/// <value>The category.</value>
|
||||
public string Category { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="TaskInfo"/> class.
|
||||
/// </summary>
|
||||
public TaskInfo()
|
||||
{
|
||||
Triggers = new TaskTriggerInfo[] {};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user