This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
kris
/
MusareFork
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
552950ff3f
Branche
Tagy
albums-artists-wip
kris
kris-spotify
staging
MusareFork
/
backend
/
logic
/
cache
/
schemas
/
officialPlaylist.js
officialPlaylist.js
93 B
História
Raw
1
2
3
4
5
6
7
8
'use strict';
module.exports = (stationId, songs) => {
return {
stationId,
songs
}
};