mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-25 19:46:34 +00:00
added more direct querying to folder
This commit is contained in:
@@ -314,7 +314,7 @@ namespace MediaBrowser.ServerApplication
|
||||
{
|
||||
var exception = (Exception)e.ExceptionObject;
|
||||
|
||||
_logger.ErrorException("UnhandledException", ex);
|
||||
_logger.ErrorException("UnhandledException", exception);
|
||||
|
||||
if (_backgroundService == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user