Adding/removing videos to/from playlists

This commit is contained in:
Arkadiusz Fal
2021-07-09 16:53:53 +02:00
parent 31bd2f7fe6
commit f397b13720
12 changed files with 218 additions and 17 deletions

View File

@@ -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")