quick fix
This commit is contained in:
parent
15ed38e13b
commit
ffcddc86e2
1 changed files with 1 additions and 0 deletions
|
|
@ -624,6 +624,7 @@ struct AlbumGridView: View {
|
|||
result.append(Album(
|
||||
id: album.id, name: album.name,
|
||||
artist: "Various Artists", artistId: nil,
|
||||
albumArtist: "Various Artists",
|
||||
coverArt: album.coverArt, songCount: album.songCount,
|
||||
duration: album.duration, playCount: album.playCount,
|
||||
created: album.created, starred: album.starred,
|
||||
|
|
|
|||
Loading…
Reference in a new issue