mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-06-05 22:35:17 -04:00
Almost there (#4343)
Co-authored-by: Amelia <77553571+Fesaa@users.noreply.github.com>
This commit is contained in:
@@ -51,6 +51,10 @@ public class DeviceTrackingMiddleware(RequestDelegate next, ILogger<DeviceTracki
|
||||
logger.LogTrace("Device {DeviceId} tracked for user {UserId}", deviceId, userId);
|
||||
}
|
||||
}
|
||||
catch (OperationCanceledException)
|
||||
{
|
||||
/* Ignore */
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
logger.LogError(ex, "Failed to track device activity");
|
||||
|
||||
Reference in New Issue
Block a user