Compare commits

...

4 Commits

Author SHA1 Message Date
78ed401392 Merge pull request 'bugfixes' (#11) from bugfixes into main
Reviewed-on: #11
2025-05-21 09:45:11 +02:00
72b85ec281
Add template 2025-05-21 09:44:20 +02:00
b2e3268ad1
Stop tracking config.toml 2025-05-21 09:42:35 +02:00
1af43b111c
enclose MPD url 2025-05-21 09:40:45 +02:00
2 changed files with 1 additions and 1 deletions

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 != "" {