From 0dee9d56b745ee9d2b7bfc9d95182a449bb8e9cd Mon Sep 17 00:00:00 2001 From: nk Date: Tue, 2 Jun 2026 20:08:17 +0300 Subject: [PATCH] chore: add ICY poll logs --- src/now-playing/icy-now-playing.service.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/now-playing/icy-now-playing.service.ts b/src/now-playing/icy-now-playing.service.ts index 1831009..a23559c 100644 --- a/src/now-playing/icy-now-playing.service.ts +++ b/src/now-playing/icy-now-playing.service.ts @@ -14,6 +14,7 @@ export class IcyNowPlayingService { @Interval(60000) async pollIcyNowPlaying() { + this.logger.log('Starting ICY now playing poll...'); const stations = await this.prisma.station.findMany({ where: { recordStationId: null, isOnline: true }, }); @@ -50,6 +51,7 @@ export class IcyNowPlayingService { ); } } + this.logger.log(`ICY poll complete for ${stations.length} stations`); } private async parseIcyMetadata(