bugfixes #12

Merged
Joren merged 4 commits from bugfixes into main 2026-04-14 10:26:05 +02:00
Showing only changes of commit 6e016b802b - Show all commits

View File

@@ -168,7 +168,7 @@ func getDownloadCommand(item Item, mpdPath string, tempDir string) string {
metadata := parseMetadata(item.Metadata) metadata := parseMetadata(item.Metadata)
keys := getKeys(item.Keys) keys := getKeys(item.Keys)
command := fmt.Sprintf("%s \"%s\"", config.N_m3u8DLRE.Path, mpdPath) command := fmt.Sprintf("%s '%s'", config.N_m3u8DLRE.Path, mpdPath)
for _, key := range keys { for _, key := range keys {
if key != "" { if key != "" {