mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
Fix exception logging
This commit is contained in:
@@ -105,7 +105,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Logger.LogError("Error loading library options", ex);
|
||||
Logger.LogError(ex, "Error loading library options");
|
||||
|
||||
return new LibraryOptions();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user