diff --git a/src/backend/modules/audio_stream_io.py b/src/backend/modules/audio_stream_io.py index aa79744..8e4ac9b 100644 --- a/src/backend/modules/audio_stream_io.py +++ b/src/backend/modules/audio_stream_io.py @@ -100,7 +100,7 @@ def save_numpy_as_audio_file( :param songname: name of the song :param file_path: path to file (without filename) :param rate: samplerate of the song (Default: 100) - :param tags: dict of tags see: :func:`tag_audio_file` (Default: ()) + :param tags: dict of tags see: :func:`tag_audio_file` (Default: {}) :param extension: string of the extension (Default: ".mp3") :returns: none """