mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 15:33:03 +03:00
logger fixes for the ui
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user