mirror of
https://github.com/yattee/yattee.git
synced 2025-04-28 16:00:33 +05:30
Fix favorite button in playlist
This commit is contained in:
parent
1a1ef7e76c
commit
488b0d2e9b
@ -211,7 +211,6 @@ struct PlaylistsView: View {
|
|||||||
|
|
||||||
if let account = accounts.current {
|
if let account = accounts.current {
|
||||||
FavoriteButton(item: FavoriteItem(section: .playlist(account.id, currentPlaylist.id)))
|
FavoriteButton(item: FavoriteItem(section: .playlist(account.id, currentPlaylist.id)))
|
||||||
.labelStyle(.iconOnly)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user