mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-21 01:26:41 +00:00
add cancel button to identify popup
This commit is contained in:
@@ -449,7 +449,14 @@ namespace MediaBrowser.Server.Implementations.IO
|
||||
var paths = _affectedPaths.Keys.ToList();
|
||||
_affectedPaths.Clear();
|
||||
|
||||
await ProcessPathChanges(paths).ConfigureAwait(false);
|
||||
try
|
||||
{
|
||||
await ProcessPathChanges(paths).ConfigureAwait(false);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Logger.ErrorException("Error processing directory changes", ex);
|
||||
}
|
||||
}
|
||||
|
||||
private void DisposeTimer()
|
||||
|
||||
Reference in New Issue
Block a user