-
Notifications
You must be signed in to change notification settings - Fork 1
/
data.js
32 lines (32 loc) · 809 Bytes
/
data.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
let songs = [
{
name: 'song 1',
path: 'musics/Kayumba_-_Baisho_I_Love_You_Baby_.mp3',
artist: 'artist 1',
cover: 'dip/music pics'
},
{
name: 'song 2',
path: 'musics/Kayumba_-_Baisho_I_Love_You_Baby_.mp3',
artist: 'artist 2',
cover: 'dip/music pics'
},
{
name: 'song 3',
path: 'musics/Kayumba_-_Baisho_I_Love_You_Baby_.mp3',
artist: 'artist 3',
cover: 'dip/music pics'
},
{
name: 'song 4',
path: 'musics/Kayumba_-_Baisho_I_Love_You_Baby_.mp3',
artist: 'artist 4',
cover: 'dip/music pics'
},
{
name: 'song 5',
path: 'musics/Kayumba_-_Baisho_I_Love_You_Baby_.mp3',
artist: 'artist 5',
cover: 'dip/music pics'
}
]