add config.yaml support
This commit is contained in:
parent
e384d06c09
commit
3089c5b5bf
2
main.go
2
main.go
@ -1047,7 +1047,7 @@ func getSongLyrics(songId string, storefront string, token string, userToken str
|
||||
}
|
||||
|
||||
func writeCover(sanAlbumFolder, url string) error {
|
||||
covPath := filepath.Join(sanAlbumFolder, "cover.jpg")
|
||||
covPath := filepath.Join(sanAlbumFolder, "cover." + config.CoverFormat)
|
||||
exists, err := fileExists(covPath)
|
||||
if err != nil {
|
||||
fmt.Println("Failed to check if cover exists.")
|
||||
|
Loading…
x
Reference in New Issue
Block a user