aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/IApplicationHost.cs
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2020-04-11 19:33:36 +0900
committerdkanada <dkanada@users.noreply.github.com>2020-04-11 19:33:36 +0900
commit8e9aeb84b18f43b6fe8dd89ab84f1627bf2e8dbd (patch)
tree6b2e84fbeae99db49aa423d8dee5067f43e30551 /MediaBrowser.Common/IApplicationHost.cs
parent974a04c12939068b23b62ee6ebb1e7fc2e830eec (diff)
remove release channel from plugin classes
Diffstat (limited to 'MediaBrowser.Common/IApplicationHost.cs')
-rw-r--r--MediaBrowser.Common/IApplicationHost.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Common/IApplicationHost.cs b/MediaBrowser.Common/IApplicationHost.cs
index c88eac27a..695e6f875 100644
--- a/MediaBrowser.Common/IApplicationHost.cs
+++ b/MediaBrowser.Common/IApplicationHost.cs
@@ -48,12 +48,6 @@ namespace MediaBrowser.Common
bool CanSelfRestart { get; }
/// <summary>
- /// Gets the version class of the system.
- /// </summary>
- /// <value><see cref="ReleaseChannel.Stable" /> or <see cref="ReleaseChannel.Nightly" />.</value>
- ReleaseChannel SystemUpdateLevel { get; }
-
- /// <summary>
/// Gets the application version.
/// </summary>
/// <value>The application version.</value>