aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Images/ImageService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Api/Images/ImageService.cs')
-rw-r--r--MediaBrowser.Api/Images/ImageService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Images/ImageService.cs b/MediaBrowser.Api/Images/ImageService.cs
index 632230be3..4fd8fbfd1 100644
--- a/MediaBrowser.Api/Images/ImageService.cs
+++ b/MediaBrowser.Api/Images/ImageService.cs
@@ -484,7 +484,7 @@ namespace MediaBrowser.Api.Images
Height = Convert.ToInt32(size.Height)
};
}
- catch (IOException ex)
+ catch (Exception ex)
{
Logger.ErrorException("Error getting image information for {0}", ex, path);