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 /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 78dafb5399941e0e1b6110c6424d06f4477e80cc (diff) | |
Remove CheckForApplicationUpdate function
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index 98c7cf38b..fe615fab0 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -2284,17 +2284,6 @@ namespace Emby.Server.Implementations } /// <summary> - /// Checks for update. - /// </summary> - /// <param name="cancellationToken">The cancellation token.</param> - /// <param name="progress">The progress.</param> - /// <returns>Task{CheckForUpdateResult}.</returns> - public Task<CheckForUpdateResult> CheckForApplicationUpdate(CancellationToken cancellationToken, IProgress<double> progress) - { - throw new Exception("Unimplemented"); - } - - /// <summary> /// Updates the application. /// </summary> /// <param name="package">The package that contains the update</param> |
