mirror of
https://github.com/yattee/yattee.git
synced 2026-01-02 09:52:30 +00:00
Adding/removing videos to/from playlists
This commit is contained in:
@@ -40,7 +40,7 @@ struct VideoDetailsView: View {
|
||||
|
||||
HStack {
|
||||
NavigationLink(destination: PlayerView(id: video.id)) {
|
||||
HStack(spacing: 10) {
|
||||
HStack(spacing: 8) {
|
||||
Image(systemName: "play.rectangle.fill")
|
||||
|
||||
Text("Play")
|
||||
|
||||
Reference in New Issue
Block a user