Apply suggestions from code review
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
committed by
GitHub
parent
001c78573e
commit
7d9b552403
@@ -3,19 +3,12 @@ using MediaBrowser.Model.QuickConnect;
|
||||
namespace Emby.Server.Implementations.QuickConnect
|
||||
{
|
||||
/// <summary>
|
||||
/// Persistent quick connect configuration
|
||||
/// Persistent quick connect configuration.
|
||||
/// </summary>
|
||||
public class QuickConnectConfiguration
|
||||
{
|
||||
/// <summary>
|
||||
/// Quick connect configuration object
|
||||
/// </summary>
|
||||
public QuickConnectConfiguration()
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Persistent quick connect availability state
|
||||
/// Gets or sets persistent quick connect availability state.
|
||||
/// </summary>
|
||||
public QuickConnectState State { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user