feat(now-playing): добавить name станции в ответ (для матча обложек на клиенте)
This commit is contained in:
@@ -14,6 +14,7 @@ export class NowPlayingController {
|
||||
const list = await this.nowPlayingService.getAllNowPlaying();
|
||||
return list.map((np) => ({
|
||||
stationId: np.station.stationId,
|
||||
name: np.station.name,
|
||||
song: np.song,
|
||||
artist: np.artist,
|
||||
coverUrl: np.coverUrl,
|
||||
|
||||
Reference in New Issue
Block a user