This website works better with JavaScript
Home
Verkennen
Help
Inloggen
kris
/
MusareFork
Volgen
1
Ster
0
Vork
0
Bestanden
Issues
0
Pull-aanvragen
0
Wiki
Boom:
9e9e98a0f6
Aftakkingen
Labels
albums-artists-wip
kris
kris-spotify
staging
MusareFork
/
backend
/
logic
/
cache
/
schemas
/
officialPlaylist.js
officialPlaylist.js
93 B
Geschiedenis
Ruwe
1
2
3
4
5
6
7
8
'use strict';
module.exports = (stationId, songs) => {
return {
stationId,
songs
}
};