Fixup eccb7e08f5 (#1170)
This commit is contained in:
@@ -385,6 +385,7 @@ public class CoverArtController implements LastModified {
|
||||
if (bimg != null) {
|
||||
return scale(bimg, size, size);
|
||||
}
|
||||
LOG.warn("Failed to process cover art " + coverArt + ": {}", bimg);
|
||||
} catch (Throwable x) {
|
||||
LOG.warn("Failed to process cover art " + coverArt + ": " + x, x);
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user