Add downloads dir to http, not sure if working

This commit is contained in:
Ben Sarmiento
2024-01-07 23:09:02 +01:00
parent 798ff0ddb7
commit 57e6b0b860
5 changed files with 37 additions and 16 deletions

View File

@@ -15,6 +15,7 @@ import (
const (
ALL_TORRENTS = "__all__"
UNPLAYABLE_TORRENTS = "__unplayable__"
DOWNLOADS = "__downloads__"
)
func loadV1Config(content []byte, log *logutil.Logger) (*ZurgConfigV1, error) {