Skip to content

Commit

Permalink
Add: Added 3 albums
Browse files Browse the repository at this point in the history
  • Loading branch information
gokadzev committed Jan 30, 2024
1 parent 5d8635e commit f55786c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions lib/DB/albums.db.dart
Original file line number Diff line number Diff line change
Expand Up @@ -229,5 +229,26 @@ List albumsDB = [
'image': 'https://i.scdn.co/image/ab67616d0000b27337fb0680110fbb107740de5d',
'isAlbum': true,
'list': [],
},
{
'ytid': 'OLAK5uy_lTUCPSiT_kZOCY1BlJ1t5T5nsxeG6v20s',
'title': 'DRIVE - Tiësto',
'image': 'https://i.scdn.co/image/ab67616d0000b27375544696cbe0e019eaf0fcbb',
'isAlbum': true,
'list': [],
},
{
'ytid': 'LAK5uy_nF3Y8B3Dljpk27p5o0adXl0jQJXR_pVj8',
'title': 'Don Juan - Maluma',
'image': 'https://i.scdn.co/image/ab67616d0000b273d688b951a19f48941682e026',
'isAlbum': true,
'list': [],
},
{
'ytid': 'OLAK5uy_nRTHZ_yD4II6q7KlgQo1Fd6I05cPyThs8',
'title': 'THINK LATER - Tate McRae ',
'image': 'https://i.scdn.co/image/ab67616d0000b27377eb7a5b9367de79c3b92a49',
'isAlbum': true,
'list': [],
}
];

0 comments on commit f55786c

Please sign in to comment.