diff options
| author | Bond_009 <bond.009@outlook.com> | 2019-01-14 18:28:29 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2019-01-23 18:34:34 +0100 |
| commit | 8d9428ebdc463dcaa02cfa8daf91ab480f2ace6a (patch) | |
| tree | cd8388ed7e3bef057793f5938227684628a1f3ed /MediaBrowser.Common/IApplicationHost.cs | |
| parent | f6f0a8a481332f55a4af68ee776580cb506dd48c (diff) | |
Ensure DB exists
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..f32eec6ce 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 Init(); /// <summary> /// Creates the instance. |
