We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5423113 commit 7d930b6Copy full SHA for 7d930b6
server/src/services/show/provider/fanart/fanart.ts
@@ -120,10 +120,6 @@ export class FanartShowProvider implements ShowArtworkProvider {
120
);
121
return Ok(images);
122
} catch (error) {
123
- this.logger.error(
124
- { showId: id, error },
125
- 'Failed to get show artwork: an error occurred',
126
- );
127
if (error instanceof ApiError) {
128
if (error.status === 404) {
129
return Err(new NotFoundException('Show artwork not found'));
0 commit comments