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)
if not checkExists(True):
downloadSong()
trimSong()
print('')
convertSong()
if isSpotify():
fixSong()
trimSong()
else:
trimSong()
except KeyboardInterrupt: