Skip to content

Commit

Permalink
Merge pull request #14 from theilgaz/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in Album text
  • Loading branch information
KRTirtho committed Jan 28, 2022
2 parents 9bfe62a + 541fde9 commit 4fc6c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/Album/AlbumCard.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class AlbumCard extends StatelessWidget {
playback.currentPlaylist?.id == album.id,
title: album.name!,
description:
"Alubm • ${artistsToString<ArtistSimple>(album.artists ?? [])}",
"Album • ${artistsToString<ArtistSimple>(album.artists ?? [])}",
onTap: () {
Navigator.of(context).push(MaterialPageRoute(
builder: (context) {
Expand Down

0 comments on commit 4fc6c0b

Please sign in to comment.