From 5c738e51104a501ba67570e9d08a5b8d19344518 Mon Sep 17 00:00:00 2001 From: itouakirai <85016486+itouakirai@users.noreply.github.com> Date: Wed, 24 Apr 2024 05:52:44 +0800 Subject: [PATCH] Update main_atmos.go --- main_atmos.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main_atmos.go b/main_atmos.go index e287523..650d6da 100644 --- a/main_atmos.go +++ b/main_atmos.go @@ -1137,7 +1137,6 @@ func rip(albumId string, token string, storefront string, userToken string) erro if err != nil { fmt.Printf("Failed to parse lyrics: %s \n", err) } - } } } trackUrl, keys, err := extractMedia(manifest.Attributes.ExtendedAssetUrls.EnhancedHls)