aboutsummaryrefslogtreecommitdiff
path: root/Emby.Photos
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Photos')
-rw-r--r--Emby.Photos/PhotoProvider.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Emby.Photos/PhotoProvider.cs b/Emby.Photos/PhotoProvider.cs
index ace3b2afb..726fd1d79 100644
--- a/Emby.Photos/PhotoProvider.cs
+++ b/Emby.Photos/PhotoProvider.cs
@@ -170,9 +170,9 @@ namespace Emby.Photos
}
}
}
- catch (Exception e)
+ catch (Exception ex)
{
- _logger.LogError("Image Provider - Error reading image tag for {0}", e, item.Path);
+ _logger.LogError(ex, "Image Provider - Error reading image tag for {0}", item.Path);
}
}