-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.js
More file actions
29 lines (26 loc) · 767 Bytes
/
Copy pathdata.js
File metadata and controls
29 lines (26 loc) · 767 Bytes
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
export const songs = [
{
"id":1,
"title": "Oniket Prantor",
"artist": "Artcell",
"genre": "Band",
"album": "Oniket Prantor",
"albumImage": "https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcRAkPI0szy-vx-YaLSYF1cCTXzigfcaIAfRtDVrKp9XOtw8w5vN",
"youtubeId": "0whMydJNDvk",
"lyrics": "",
"tab": "",
"_creator": null
},
{
"id":2,
"title": "Amar Sonar Bangla",
"artist": "James",
"genre": "Band",
"album": "Sonar Bangla",
"albumImage": "https://i.ytimg.com/vi/AQ8VdHiJqS8/maxresdefault.jpg",
"youtubeId": "Pk4OgSpgqoE",
"lyrics": "",
"tab": "",
"_creator": "5dca5baa6aa9031e0c46dda7"
}
]