mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-04 03:00:18 -05:00
add library monitor error handling
This commit is contained in:
parent
c335521859
commit
ab79129d0c
@ -106,7 +106,14 @@ namespace MediaBrowser.Server.Implementations.IO
|
||||
|
||||
if (refreshPath)
|
||||
{
|
||||
ReportFileSystemChanged(path);
|
||||
try
|
||||
{
|
||||
ReportFileSystemChanged(path);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Logger.ErrorException("Error in ReportFileSystemChanged for {0}", ex, path);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user