diff --git a/zotify/playable.py b/zotify/playable.py index a009514..d3250bc 100644 --- a/zotify/playable.py +++ b/zotify/playable.py @@ -89,8 +89,6 @@ class Playable: file_path = library.joinpath(output).expanduser() check_path = Path(f"{file_path}.{ext}") if check_path.exists() and not replace: - f = LocalFile(check_path) - f.write_metadata(self.metadata) raise FileExistsError("File already downloaded") else: file_path.parent.mkdir(parents=True, exist_ok=True)