mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
Merge branch 'master' of https://github.com/krtirtho/spotube
This commit is contained in:
commit
e2288ac2d7
2
LICENSE
2
LICENSE
@ -1,4 +1,4 @@
|
|||||||
BSD 4-Clause License
|
BSD-4-Clause-UC License
|
||||||
|
|
||||||
Copyright (c) 2022 Kingkor Roy Tirtho. All rights reserved.
|
Copyright (c) 2022 Kingkor Roy Tirtho. All rights reserved.
|
||||||
|
|
||||||
|
@ -153,7 +153,7 @@ $ flutter run -d <window|macos|linux>
|
|||||||
|
|
||||||
# License
|
# 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)
|
Bu why? You can learn about it [here](https://dev.to/krtirtho/choosing-open-source-license-wisely-1m3p)
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ class AlbumCard extends StatelessWidget {
|
|||||||
playback.currentPlaylist?.id == album.id,
|
playback.currentPlaylist?.id == album.id,
|
||||||
title: album.name!,
|
title: album.name!,
|
||||||
description:
|
description:
|
||||||
"Alubm • ${artistsToString<ArtistSimple>(album.artists ?? [])}",
|
"Album • ${artistsToString<ArtistSimple>(album.artists ?? [])}",
|
||||||
onTap: () {
|
onTap: () {
|
||||||
Navigator.of(context).push(MaterialPageRoute(
|
Navigator.of(context).push(MaterialPageRoute(
|
||||||
builder: (context) {
|
builder: (context) {
|
||||||
|
Loading…
Reference in New Issue
Block a user