From d1a0497f55c7f41fe9f01bbed328967e381fd394 Mon Sep 17 00:00:00 2001 From: Erwin de Haan Date: Fri, 25 Jan 2019 21:33:58 +0100 Subject: Revert "Merge pull request #452 from Bond-009/activitydb" This reverts commit 48ad18d12baeeb42ec0ec7df9473330dcbc76754, reversing changes made to fe197415cac19c0e4005c52761c5e7a37b8a4557. --- MediaBrowser.Common/IApplicationHost.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Common/IApplicationHost.cs') diff --git a/MediaBrowser.Common/IApplicationHost.cs b/MediaBrowser.Common/IApplicationHost.cs index 9dc625e357..385127c54b 100644 --- a/MediaBrowser.Common/IApplicationHost.cs +++ b/MediaBrowser.Common/IApplicationHost.cs @@ -131,7 +131,7 @@ namespace MediaBrowser.Common /// /// Inits this instance. /// - Task InitAsync(); + void Init(); /// /// Creates the instance. -- cgit v1.2.3