feat(now-playing): MAXIMUM через тот же Крутой-API (dfm.ru/api/n/current)

MAXIMUM — сеть Крутой Медиа, её каналы в том же /api/n/current. Поллер расширен
на genre IN (DFM, MAXIMUM) + алиасы (maxbritpop, max80, maximum90, rockhits и т.д.).
ICY исключает MAXIMUM.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
nk
2026-06-03 20:36:48 +03:00
parent d46020bd37
commit 588857a73e
2 changed files with 18 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ export class IcyNowPlayingService {
const where = {
recordStationId: null,
isOnline: true,
genre: { notIn: ['DFM', 'Love Radio'] },
genre: { notIn: ['DFM', 'MAXIMUM', 'Love Radio'] },
NOT: { streamUrl: { contains: 'emgsound.ru' } },
};
const total = await this.prisma.station.count({ where });