diff options
| author | Eric Reed <ebr@mediabrowser3.com> | 2013-02-28 16:03:59 -0500 |
|---|---|---|
| committer | Eric Reed <ebr@mediabrowser3.com> | 2013-02-28 16:04:11 -0500 |
| commit | 3657ef952d9de6cb57bb7d2283175a68e832397d (patch) | |
| tree | 7a467ecb679549d40a2b181e5292f8edad35ae68 /MediaBrowser.Common/Kernel/IApplicationHost.cs | |
| parent | 4947db0e2a8892fb723012e5403be3142dc88f0f (diff) | |
First step of actual update
We will now need a bootstrapper to complete the update on startup
Diffstat (limited to 'MediaBrowser.Common/Kernel/IApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Common/Kernel/IApplicationHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common/Kernel/IApplicationHost.cs b/MediaBrowser.Common/Kernel/IApplicationHost.cs index 2d2d0a217..bb007ddff 100644 --- a/MediaBrowser.Common/Kernel/IApplicationHost.cs +++ b/MediaBrowser.Common/Kernel/IApplicationHost.cs @@ -70,7 +70,7 @@ namespace MediaBrowser.Common.Kernel /// Updates the application. /// </summary> /// <returns>Task.</returns> - Task UpdateApplication(CancellationToken cancellationToken, IProgress<double> progress); + Task UpdateApplication(PackageVersionInfo package, CancellationToken cancellationToken, IProgress<double> progress); /// <summary> /// Creates an instance of type and resolves all constructor dependancies |
