Fix tests

This commit is contained in:
Bond_009
2021-02-22 13:46:40 +01:00
parent 57102090d3
commit ec3237ba55
3 changed files with 14 additions and 4 deletions

View File

@@ -24,6 +24,14 @@ namespace Jellyfin.Api.Models
PluginId = plugin?.Id;
}
/// <summary>
/// Initializes a new instance of the <see cref="ConfigurationPageInfo"/> class.
/// </summary>
public ConfigurationPageInfo()
{
Name = string.Empty;
}
/// <summary>
/// Gets or sets the name.
/// </summary>