mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-12-08 20:39:08 +00:00
change order of trimSong()
This commit is contained in:
@@ -181,11 +181,11 @@ while True:
|
|||||||
searchYT(y)
|
searchYT(y)
|
||||||
if not checkExists(True):
|
if not checkExists(True):
|
||||||
downloadSong()
|
downloadSong()
|
||||||
trimSong()
|
|
||||||
print('')
|
print('')
|
||||||
convertSong()
|
convertSong()
|
||||||
if isSpotify():
|
if isSpotify():
|
||||||
fixSong()
|
fixSong()
|
||||||
|
trimSong()
|
||||||
else:
|
else:
|
||||||
trimSong()
|
trimSong()
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
|
|||||||
Reference in New Issue
Block a user