Queue, Favorites, Providers, Now playing
This commit is contained in:
@@ -115,6 +115,15 @@ struct AlbumGridItem: View {
|
||||
}
|
||||
.aspectRatio(1, contentMode: .fit)
|
||||
.clipShape(RoundedRectangle(cornerRadius: 8))
|
||||
.overlay(alignment: .bottomTrailing) {
|
||||
if service.libraryManager.isFavorite(uri: album.uri) {
|
||||
Image(systemName: "heart.fill")
|
||||
.font(.system(size: 12))
|
||||
.foregroundStyle(.red)
|
||||
.padding(6)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Album Info
|
||||
VStack(alignment: .leading, spacing: 2) {
|
||||
|
||||
Reference in New Issue
Block a user