feat(now-playing): Love Radio через api.loveradio.ru (ICY шлёт мусор onlinestop56k)
ICY-потоки Love Radio отдают 'onlinestop56k' вместо трека. Берём текущий трек из их API (player/history/list?musicStreamId=N&limit=1, data[0]). Статичный маппинг наших станций -> musicStreamId. ICY-поллер исключает genre='Love Radio'. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -29,7 +29,7 @@ export class IcyNowPlayingService {
|
||||
const where = {
|
||||
recordStationId: null,
|
||||
isOnline: true,
|
||||
genre: { not: 'DFM' },
|
||||
genre: { notIn: ['DFM', 'Love Radio'] },
|
||||
NOT: { streamUrl: { contains: 'emgsound.ru' } },
|
||||
};
|
||||
const total = await this.prisma.station.count({ where });
|
||||
|
||||
Reference in New Issue
Block a user