Fix conflicts caused by merge of #459

This commit is contained in:
Ritiek Malhotra
2019-01-03 00:43:37 +05:30
6 changed files with 79 additions and 30 deletions

View File

@@ -132,8 +132,6 @@ class Downloader:
except FileNotFoundError:
output_song = self.unconverted_filename(songname)
if not const.args.input_ext == const.args.output_ext:
os.remove(os.path.join(const.args.folder, input_song))
if not const.args.no_metadata and self.meta_tags is not None:
metadata.embed(
os.path.join(const.args.folder, output_song), self.meta_tags