mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-19 20:54:20 +01:00
3.2.30.26
This commit is contained in:
@@ -810,7 +810,7 @@ namespace Emby.Drawing
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
_logger.Error("Error enhancing image", ex);
|
||||
_logger.ErrorException("Error enhancing image", ex);
|
||||
}
|
||||
|
||||
return new Tuple<string, DateTime, bool>(originalImagePath, dateModified, inputImageSupportsTransparency);
|
||||
|
||||
Reference in New Issue
Block a user