mirror of
https://github.com/zhaarey/apple-music-downloader.git
synced 2025-10-23 15:11:05 +00:00
fix
This commit is contained in:
6
main.go
6
main.go
@@ -1079,12 +1079,12 @@ func main() {
|
|||||||
fmt.Println("Options:")
|
fmt.Println("Options:")
|
||||||
pflag.PrintDefaults()
|
pflag.PrintDefaults()
|
||||||
}
|
}
|
||||||
Config.AlacMax = *alac_max
|
|
||||||
Config.AtmosMax = *atmos_max
|
|
||||||
Config.AacType = *aac_type
|
|
||||||
|
|
||||||
// Parse the flag arguments
|
// Parse the flag arguments
|
||||||
pflag.Parse()
|
pflag.Parse()
|
||||||
|
Config.AlacMax = *alac_max
|
||||||
|
Config.AtmosMax = *atmos_max
|
||||||
|
Config.AacType = *aac_type
|
||||||
|
|
||||||
args := pflag.Args()
|
args := pflag.Args()
|
||||||
if len(args) == 0 {
|
if len(args) == 0 {
|
||||||
|
|||||||
Reference in New Issue
Block a user