This commit is contained in:
Kingkor Roy Tirtho 2022-01-29 10:36:59 +06:00
commit e2288ac2d7
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
BSD 4-Clause License
BSD-4-Clause-UC License
Copyright (c) 2022 Kingkor Roy Tirtho. All rights reserved.

View File

@ -153,7 +153,7 @@ $ flutter run -d <window|macos|linux>
# License
[BSD 4-Clause](/LICENSE)
[BSD-4-Clause-UC](/LICENSE)
Bu why? You can learn about it [here](https://dev.to/krtirtho/choosing-open-source-license-wisely-1m3p)

View File

@ -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) {