change order of trimSong()

This commit is contained in:
Ritiek Malhotra
2016-12-30 04:03:23 +05:30
committed by GitHub
parent bb17db3f5d
commit 74452e342a

View File

@@ -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: