diff --git a/scdl/__init__.py b/scdl/__init__.py index b43923a..6c93b4b 100644 --- a/scdl/__init__.py +++ b/scdl/__init__.py @@ -1,3 +1,3 @@ """Python Soundcloud Music Downloader.""" -__version__ = "v2.11.3" +__version__ = "v2.11.4" diff --git a/scdl/scdl.py b/scdl/scdl.py index bb0c429..6738598 100644 --- a/scdl/scdl.py +++ b/scdl/scdl.py @@ -888,6 +888,7 @@ def download_original_file( not encoding_to_flac, # copy the stream only if we aren't re-encoding to flac filename, kwargs, + playlist_info=playlist_info, skip_re_encoding=not encoding_to_flac, ) @@ -1381,7 +1382,7 @@ def re_encode_to_out( should_copy: bool, filename: str, kwargs: SCDLArgs, - playlist_info: Optional[PlaylistInfo] = None, + playlist_info: Optional[PlaylistInfo], skip_re_encoding: bool = False, ) -> None: to_stdout = is_downloading_to_stdout(kwargs)