diff options
Diffstat (limited to 'MediaBrowser.UI/Controller/UIKernel.cs')
| -rw-r--r-- | MediaBrowser.UI/Controller/UIKernel.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.UI/Controller/UIKernel.cs b/MediaBrowser.UI/Controller/UIKernel.cs index 2c06e7b93..cfc367fb9 100644 --- a/MediaBrowser.UI/Controller/UIKernel.cs +++ b/MediaBrowser.UI/Controller/UIKernel.cs @@ -106,7 +106,7 @@ namespace MediaBrowser.UI.Controller try { - await new PluginUpdater().UpdatePlugins().ConfigureAwait(false); + await new PluginUpdater(Logger).UpdatePlugins().ConfigureAwait(false); } catch (HttpException ex) { |
