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