delete addcodec

pull/22/head
zhaarey 4 months ago
parent 211acf690b
commit 30d4de187d
  1. 3
      main.go

@ -1273,9 +1273,6 @@ func rip(albumId string, token string, storefront string, userToken string) erro
fmt.Println("Failed to extract quality from manifest.\n", err) fmt.Println("Failed to extract quality from manifest.\n", err)
continue continue
} }
if config.AddCodec{
Quality=fmt.Sprintf("ALAC %s", Quality)
}
} }
songName := strings.NewReplacer( songName := strings.NewReplacer(
"{SongId}", track.ID, "{SongId}", track.ID,

Loading…
Cancel
Save