aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/QuickConnect/QuickConnectConfiguration.cs
diff options
context:
space:
mode:
authorConfusedPolarBear <33811686+ConfusedPolarBear@users.noreply.github.com>2020-06-18 01:29:47 -0500
committerConfusedPolarBear <33811686+ConfusedPolarBear@users.noreply.github.com>2020-06-19 23:32:24 -0500
commit4be476ec5312387f87134915d0fd132b2ad5fa3f (patch)
treec8f4940e103cda72b146fb9cc7f13c7381c1e76e /Emby.Server.Implementations/QuickConnect/QuickConnectConfiguration.cs
parent82887ec7105e38070d91f5d29ce73637fcfe3b1d (diff)
Move all settings into the main server configuration
Decreased the timeout from 30 minutes to 5. Public lookup values have been replaced with the short code.
Diffstat (limited to 'Emby.Server.Implementations/QuickConnect/QuickConnectConfiguration.cs')
-rw-r--r--Emby.Server.Implementations/QuickConnect/QuickConnectConfiguration.cs15
1 files changed, 0 insertions, 15 deletions
diff --git a/Emby.Server.Implementations/QuickConnect/QuickConnectConfiguration.cs b/Emby.Server.Implementations/QuickConnect/QuickConnectConfiguration.cs
deleted file mode 100644
index 2302ddbc3..000000000
--- a/Emby.Server.Implementations/QuickConnect/QuickConnectConfiguration.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-using MediaBrowser.Model.QuickConnect;
-
-namespace Emby.Server.Implementations.QuickConnect
-{
- /// <summary>
- /// Persistent quick connect configuration.
- /// </summary>
- public class QuickConnectConfiguration
- {
- /// <summary>
- /// Gets or sets persistent quick connect availability state.
- /// </summary>
- public QuickConnectState State { get; set; }
- }
-}