chore: warn on ICY errors for debugging
This commit is contained in:
@@ -46,7 +46,7 @@ export class IcyNowPlayingService {
|
|||||||
updatedAt: updated.updatedAt,
|
updatedAt: updated.updatedAt,
|
||||||
});
|
});
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
this.logger.debug(
|
this.logger.warn(
|
||||||
`ICY failed for ${station.name}: ${error.message}`,
|
`ICY failed for ${station.name}: ${error.message}`,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user