Skip to content

Commit

Permalink
delete addcodec
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaarey committed Jun 6, 2024
1 parent 211acf6 commit 30d4de1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
continue
}
if config.AddCodec{
Quality=fmt.Sprintf("ALAC %s", Quality)
}
}
songName := strings.NewReplacer(
"{SongId}", track.ID,
Expand Down

0 comments on commit 30d4de1

Please sign in to comment.