prevent downloading playlist with format selection

This commit is contained in:
2024-11-10 15:32:17 +01:00
parent 846fb294d0
commit 4a87ea559a
9 changed files with 129 additions and 94 deletions

View File

@@ -7,7 +7,7 @@ fe:
cd frontend && pnpm install && pnpm build
dev:
( cd frontend && pnpm install && pnpm dev )
cd frontend && pnpm install && pnpm dev
all: fe
CGO_ENABLED=0 go build -o yt-dlp-webui main.go