diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2021-07-12 09:34:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-12 09:34:34 +0200 |
| commit | b6006742fa297a47b348b180f6acfd275a1ccc45 (patch) | |
| tree | b7387367e2864901885ff4f10de2049e512424f8 /MediaBrowser.Controller/IServerApplicationHost.cs | |
| parent | 203c46de33622c211d8d3262c243e95f1157bc68 (diff) | |
| parent | b91c4be74c7181319f45b9f1b2f157d4952f4f0d (diff) | |
Merge pull request #6290 from Bond-009/update2
Remove old "has update available" code
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Controller/IServerApplicationHost.cs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationHost.cs b/MediaBrowser.Controller/IServerApplicationHost.cs index 094923842..753c18bc7 100644 --- a/MediaBrowser.Controller/IServerApplicationHost.cs +++ b/MediaBrowser.Controller/IServerApplicationHost.cs @@ -16,8 +16,6 @@ namespace MediaBrowser.Controller /// </summary> public interface IServerApplicationHost : IApplicationHost { - event EventHandler HasUpdateAvailableChanged; - bool CoreStartupHasCompleted { get; } bool CanLaunchWebBrowser { get; } @@ -40,12 +38,6 @@ namespace MediaBrowser.Controller bool ListenWithHttps { get; } /// <summary> - /// Gets a value indicating whether this instance has update available. - /// </summary> - /// <value><c>true</c> if this instance has update available; otherwise, <c>false</c>.</value> - bool HasUpdateAvailable { get; } - - /// <summary> /// Gets the name of the friendly. /// </summary> /// <value>The name of the friendly.</value> |
