aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/LibraryTaskScheduler
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2025-11-16 18:59:50 +0100
committerBond_009 <bond.009@outlook.com>2026-01-14 18:55:47 +0100
commit1ba8e2c93c2906682050c95957649c20e1b557d9 (patch)
tree583c7a1f5dcea5b01aee6e7b27be50f962bebc8c /MediaBrowser.Controller/LibraryTaskScheduler
parent9e480f6efb4bc0e1f0d1323ed7ed5a7208fded99 (diff)
Fix tests
Diffstat (limited to 'MediaBrowser.Controller/LibraryTaskScheduler')
-rw-r--r--MediaBrowser.Controller/LibraryTaskScheduler/LimitedConcurrencyLibraryScheduler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/LibraryTaskScheduler/LimitedConcurrencyLibraryScheduler.cs b/MediaBrowser.Controller/LibraryTaskScheduler/LimitedConcurrencyLibraryScheduler.cs
index 2811a081a..6da398129 100644
--- a/MediaBrowser.Controller/LibraryTaskScheduler/LimitedConcurrencyLibraryScheduler.cs
+++ b/MediaBrowser.Controller/LibraryTaskScheduler/LimitedConcurrencyLibraryScheduler.cs
@@ -188,7 +188,7 @@ public sealed class LimitedConcurrencyLibraryScheduler : ILimitedConcurrencyLibr
await item.Worker(item.Data).ConfigureAwait(true);
}
- catch (System.Exception ex)
+ catch (Exception ex)
{
_logger.LogError(ex, "Error while performing a library operation");
}