aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/IApplicationHost.cs
diff options
context:
space:
mode:
authorVasily <JustAMan@users.noreply.github.com>2020-04-21 01:45:52 +0300
committerGitHub <noreply@github.com>2020-04-21 01:45:52 +0300
commit07143bcb68f010c59274bbe8e7c0e03a843e916b (patch)
tree892b17bc230093768e4d9fc3cb3fcf2b823d6d4d /MediaBrowser.Common/IApplicationHost.cs
parent32ccab32bf49cd87a13aa3e6344a0736c51b0ff7 (diff)
parente6ef680775be122c3fcfbe64d4b8d868197b6f5e (diff)
Merge pull request #2466 from dkanada/plugin
Update plugin classes for nightly builds
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 0e282cf53..c4381c289 100644
--- a/MediaBrowser.Common/IApplicationHost.cs
+++ b/MediaBrowser.Common/IApplicationHost.cs
@@ -49,12 +49,6 @@ namespace MediaBrowser.Common
bool CanSelfRestart { get; }
/// <summary>
- /// Gets the version class of the system.
- /// </summary>
- /// <value><see cref="PackageVersionClass.Release" /> or <see cref="PackageVersionClass.Beta" />.</value>
- PackageVersionClass SystemUpdateLevel { get; }
-
- /// <summary>
/// Gets the application version.
/// </summary>
/// <value>The application version.</value>