From 74452e342a58617ba522d279cb42571f99f01822 Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Fri, 30 Dec 2016 04:03:23 +0530 Subject: [PATCH] change order of trimSong() --- spotdl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: