Skip to content

Commit

Permalink
Add: Added 2 albums
Browse files Browse the repository at this point in the history
  • Loading branch information
gokadzev committed Dec 9, 2023
1 parent 21c151d commit c6b409e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/changelogs/72.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Bug fixes

Enhancements

- Added 8 albums and 6 playlists
- Added 10 albums and 6 playlists
- Re-Added download support
- Added Hindi language
- Improved lyrics service
Expand Down
14 changes: 14 additions & 0 deletions lib/DB/albums.db.dart
Original file line number Diff line number Diff line change
Expand Up @@ -187,5 +187,19 @@ List<Map<String, dynamic>> albumsDB = [
'image': 'https://i.scdn.co/image/ab67616d0000b27394203dd82d27b494c777d07c',
'isAlbum': true,
'list': <Map<String, dynamic>>[],
},
{
'ytid': 'OLAK5uy_n6zWDEznvX5Lz6Q8SMCeiEcJk87sKh0XI',
'title': 'Ferxxocalipsis - Feid',
'image': 'https://i.scdn.co/image/ab67616d0000b273f1aad814a40ec7419c234242',
'isAlbum': true,
'list': <Map<String, dynamic>>[],
},
{
'ytid': 'PLbxg9IbgCVkThXxuKK8bkMw3WUt5gqrts',
'title': 'Everyday Is Christmas - Sia',
'image': 'https://i.scdn.co/image/ab67616d0000b273d1410c1372fab1e516328fa8',
'isAlbum': true,
'list': <Map<String, dynamic>>[],
}
];

0 comments on commit c6b409e

Please sign in to comment.