feat: change default output folder

This commit is contained in:
2026-02-13 07:45:36 +01:00
parent 21741d6bc0
commit 692dead58f
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,6 +1,7 @@
lib/ lib/
app/ app/
downloads/ downloads/
Unknown/
spotiflac-cli spotiflac-cli

View File

@@ -12,7 +12,7 @@ import (
const ( const (
DEFAULT_DOWNLOAD_SERVICE = "tidal" DEFAULT_DOWNLOAD_SERVICE = "tidal"
DEFAULT_DOWNLOAD_OUTPUT_FOLDER = "downloads/" DEFAULT_DOWNLOAD_OUTPUT_FOLDER = "."
) )
type MetadataSong struct { type MetadataSong struct {