mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-04 17:32:00 +01:00
Add XML documentation
This commit is contained in:
@@ -1,15 +1,22 @@
|
||||
#pragma warning disable CS1591
|
||||
|
||||
using MediaBrowser.Model.QuickConnect;
|
||||
|
||||
namespace Emby.Server.Implementations.QuickConnect
|
||||
{
|
||||
/// <summary>
|
||||
/// Persistent quick connect configuration
|
||||
/// </summary>
|
||||
public class QuickConnectConfiguration
|
||||
{
|
||||
/// <summary>
|
||||
/// Quick connect configuration object
|
||||
/// </summary>
|
||||
public QuickConnectConfiguration()
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Persistent quick connect availability state
|
||||
/// </summary>
|
||||
public QuickConnectState State { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user