Skip to content

Commit

Permalink
#53 Adding log message
Browse files Browse the repository at this point in the history
  • Loading branch information
josdem committed Jan 17, 2025
1 parent d165bc6 commit 5bd0d33
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public List<Metadata> completeYear(List<Metadata> metadataList, Album album) {
@Override
public List<Metadata> completeCoverArt(
List<Metadata> metadataList, CoverArtResponse coverArtResponse) {
log.info("Trying to complete cover art from response");
if (coverArtResponse.getImages().isEmpty()) {
throw new BusinessException("Cover art is not available");
}
Expand Down

0 comments on commit 5bd0d33

Please sign in to comment.