diff options
| author | Andrew Rabert <6550543+nvllsvm@users.noreply.github.com> | 2019-01-24 23:02:20 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-24 23:02:20 -0500 |
| commit | 48ad18d12baeeb42ec0ec7df9473330dcbc76754 (patch) | |
| tree | d09db721f60f79423f98110e2dc15051787945dc /MediaBrowser.Common/IApplicationHost.cs | |
| parent | fe197415cac19c0e4005c52761c5e7a37b8a4557 (diff) | |
| parent | 905a253ff5ce2eeee9806b7a4581506468b2fb55 (diff) | |
Merge pull request #452 from Bond-009/activitydb
Use EF Core for Activity database
Diffstat (limited to 'MediaBrowser.Common/IApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Common/IApplicationHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common/IApplicationHost.cs b/MediaBrowser.Common/IApplicationHost.cs index 385127c54..9dc625e35 100644 --- a/MediaBrowser.Common/IApplicationHost.cs +++ b/MediaBrowser.Common/IApplicationHost.cs @@ -131,7 +131,7 @@ namespace MediaBrowser.Common /// <summary> /// Inits this instance. /// </summary> - void Init(); + Task InitAsync(); /// <summary> /// Creates the instance. |
