mirror of
https://github.com/Superredstone/spotiflac-cli.git
synced 2026-03-07 20:18:07 +01:00
feat: change default output folder
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,6 +1,7 @@
|
|||||||
lib/
|
lib/
|
||||||
app/
|
app/
|
||||||
downloads/
|
downloads/
|
||||||
|
Unknown/
|
||||||
|
|
||||||
spotiflac-cli
|
spotiflac-cli
|
||||||
|
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user