diff --git a/spotdl.py b/spotdl.py index c30a3b1..cd6b2d5 100644 --- a/spotdl.py +++ b/spotdl.py @@ -181,11 +181,11 @@ while True: searchYT(y) if not checkExists(True): downloadSong() - trimSong() print('') convertSong() if isSpotify(): fixSong() + trimSong() else: trimSong() except KeyboardInterrupt: