mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-12-08 20:39:08 +00:00
Fix conflicts caused by merge of #459
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user