chore: warn on ICY errors for debugging

This commit is contained in:
nk
2026-06-02 20:11:35 +03:00
parent 0dee9d56b7
commit 6b2e02f6c0

View File

@@ -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}`,
);
}