From 6b2e02f6c0edb7c72bc1eb04580f0288ce5465b1 Mon Sep 17 00:00:00 2001 From: nk Date: Tue, 2 Jun 2026 20:11:35 +0300 Subject: [PATCH] chore: warn on ICY errors for debugging --- src/now-playing/icy-now-playing.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/now-playing/icy-now-playing.service.ts b/src/now-playing/icy-now-playing.service.ts index a23559c..2e596dc 100644 --- a/src/now-playing/icy-now-playing.service.ts +++ b/src/now-playing/icy-now-playing.service.ts @@ -46,7 +46,7 @@ export class IcyNowPlayingService { updatedAt: updated.updatedAt, }); } catch (error) { - this.logger.debug( + this.logger.warn( `ICY failed for ${station.name}: ${error.message}`, ); }