aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/QuickConnect/QuickConnectConfiguration.cs
diff options
context:
space:
mode:
authorConfusedPolarBear <33811686+ConfusedPolarBear@users.noreply.github.com>2020-06-09 13:28:40 -0500
committerGitHub <noreply@github.com>2020-06-09 13:28:40 -0500
commit7d9b5524031fe6b5c23b4282cb1f9ec850b114fe (patch)
tree8e4e05dac0c1aa390e9ad9cc9c1d76be15773fab /Emby.Server.Implementations/QuickConnect/QuickConnectConfiguration.cs
parent001c78573eb132dadad1fcd8162d2966fbf0d402 (diff)
Apply suggestions from code review
Co-authored-by: Cody Robibero <cody@robibe.ro>
Diffstat (limited to 'Emby.Server.Implementations/QuickConnect/QuickConnectConfiguration.cs')
-rw-r--r--Emby.Server.Implementations/QuickConnect/QuickConnectConfiguration.cs11
1 files changed, 2 insertions, 9 deletions
diff --git a/Emby.Server.Implementations/QuickConnect/QuickConnectConfiguration.cs b/Emby.Server.Implementations/QuickConnect/QuickConnectConfiguration.cs
index e1881f278..2302ddbc3 100644
--- a/Emby.Server.Implementations/QuickConnect/QuickConnectConfiguration.cs
+++ b/Emby.Server.Implementations/QuickConnect/QuickConnectConfiguration.cs
@@ -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; }
}