diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-01-25 21:33:58 +0100 |
|---|---|---|
| committer | Bond-009 <bond.009@outlook.com> | 2019-01-25 23:32:06 +0100 |
| commit | d1a0497f55c7f41fe9f01bbed328967e381fd394 (patch) | |
| tree | c67c1d3da5af32beac90e8480cf3f8827d042a39 /MediaBrowser.Common/IApplicationHost.cs | |
| parent | e0315b569591b71938829a8f35ac264399ef66bd (diff) | |
Revert "Merge pull request #452 from Bond-009/activitydb"
This reverts commit 48ad18d12baeeb42ec0ec7df9473330dcbc76754, reversing
changes made to fe197415cac19c0e4005c52761c5e7a37b8a4557.
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 9dc625e35..385127c54 100644 --- a/MediaBrowser.Common/IApplicationHost.cs +++ b/MediaBrowser.Common/IApplicationHost.cs @@ -131,7 +131,7 @@ namespace MediaBrowser.Common /// <summary> /// Inits this instance. /// </summary> - Task InitAsync(); + void Init(); /// <summary> /// Creates the instance. |
