Skip to content

Commit

Permalink
Add: Added 5 albums
Browse files Browse the repository at this point in the history
  • Loading branch information
gokadzev committed Nov 9, 2023
1 parent 98ef10c commit 6122a56
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions lib/DB/albums.db.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,33 @@ List<Map<String, dynamic>> albumsDB = [
'image': 'https://i.scdn.co/image/ab67616d0000b2734ae1c4c5c45aabe565499163',
'isAlbum': true,
'list': <Map<String, dynamic>>[],
},
{
'ytid': 'PL9tY0BWXOZFuFZ-n1neSQ9R619SDUDSyl',
'title': 'Lover - Taylor Swift',
'image': 'https://i.scdn.co/image/ab67616d0000b273d64d9e6e9b7897ead3279cff',
'isAlbum': true,
'list': <Map<String, dynamic>>[],
},
{
'ytid': 'PLfSdF_HSSu55q-5p-maISZyr19erpZsTo',
'title': "Harry's House - Harry Styles",
'image': 'https://i.scdn.co/image/ab67616d0000b2732e8ed79e177ff6011076f5f0',
'isAlbum': true,
'list': <Map<String, dynamic>>[],
},
{
'ytid': 'PLfSdF_HSSu548MHnItRg7sYbj1OkmFc2g',
'title': 'Fine Line - Harry Styles',
'image': 'https://i.scdn.co/image/ab67616d0000b27377fdcfda6535601aff081b6a',
'isAlbum': true,
'list': <Map<String, dynamic>>[],
},
{
'ytid': 'PLK2zhq9oy0K4yxwMmBPsXQ3NvaQSxw6rY',
'title': 'My Dear Melancholy - The Weeknd',
'image': 'https://i.scdn.co/image/ab67616d0000b2731f6a2a40bb692936879db730',
'isAlbum': true,
'list': <Map<String, dynamic>>[],
}
];

0 comments on commit 6122a56

Please sign in to comment.