projects
/
music-assistant-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eea1d6b
)
fix ruff issue
author
jkruszynski
<jozef@krush.at>
Mon, 14 Aug 2023 23:14:44 +0000
(
00:14
+0100)
committer
jkruszynski
<jozef@krush.at>
Mon, 14 Aug 2023 23:14:44 +0000
(
00:14
+0100)
music_assistant/server/helpers/audio.py
patch
|
blob
|
history
diff --git
a/music_assistant/server/helpers/audio.py
b/music_assistant/server/helpers/audio.py
index 590424a281de30e72bc5f621e796c8db79d22ffb..4ef354ecca1ec74a6bf7420803056743e7a76255 100644
(file)
--- a/
music_assistant/server/helpers/audio.py
+++ b/
music_assistant/server/helpers/audio.py
@@
-378,7
+378,7
@@
def create_wave_header(samplerate=44100, channels=2, bitspersample=16, duration=
return file.getvalue()
-async def get_media_stream(
+async def get_media_stream(
# noqa: PLR0915
mass: MusicAssistant,
streamdetails: StreamDetails,
pcm_format: AudioFormat,