diff options
| author | Andrew Rabert <6550543+nvllsvm@users.noreply.github.com> | 2019-01-02 13:07:08 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-02 13:07:08 -0500 |
| commit | 8e7a88335d7c6ce4a13328e52de0b549ed3ad788 (patch) | |
| tree | 2fd35320ed9d072150af27e8555be7a10c919ff8 /MediaBrowser.Common/IApplicationHost.cs | |
| parent | b756390887260ee329bd9b27f40b3855471c3fe0 (diff) | |
| parent | f1bf87665ffeefa0fd3e3a716312d02f20f56231 (diff) | |
Merge pull request #371 from Bond-009/update
Remove GitHub updater and don't trow exception in release
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> |
