diff options
| author | Bond_009 <bond.009@outlook.com> | 2019-01-02 18:10:52 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2019-01-02 18:13:18 +0100 |
| commit | 3fa751e9bbef072c5bb4c39aad1aede8ced1c003 (patch) | |
| tree | 2f2c5e82b5b1a15194523db9f33652e72ed0376f /MediaBrowser.Common/IApplicationHost.cs | |
| parent | 78dafb5399941e0e1b6110c6424d06f4477e80cc (diff) | |
Remove CheckForApplicationUpdate function
Diffstat (limited to 'MediaBrowser.Common/IApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Common/IApplicationHost.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Common/IApplicationHost.cs b/MediaBrowser.Common/IApplicationHost.cs index 32b942b60..39d69ea15 100644 --- a/MediaBrowser.Common/IApplicationHost.cs +++ b/MediaBrowser.Common/IApplicationHost.cs @@ -86,12 +86,6 @@ namespace MediaBrowser.Common IEnumerable<T> GetExports<T>(bool manageLiftime = true); /// <summary> - /// Checks for update. - /// </summary> - /// <returns>Task{CheckForUpdateResult}.</returns> - Task<CheckForUpdateResult> CheckForApplicationUpdate(CancellationToken cancellationToken, IProgress<double> progress); - - /// <summary> /// Updates the application. /// </summary> /// <returns>Task.</returns> |
