officialPlaylist.js 63 B

1234
  1. export default (stationId, songs) => ({
  2. stationId,
  3. songs
  4. });