mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 09:14:45 +03:00
Fix tests
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user