This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
archive
/
MusareReact
şunun yansıması
https://github.com/Musare/MusareReact
İzle
2
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Wiki
Dal:
master
Dallar
Biçim İmleri
master
MusareReact
/
backend
/
logic
/
cache
/
schemas
/
officialPlaylist.js
officialPlaylist.js
93 B
Kalıcı Bağlantı
Geçmiş
Ham
1
2
3
4
5
6
7
8
'use strict';
module.exports = (stationId, songs) => {
return {
stationId,
songs
}
};