Skip to content

Commit

Permalink
Merge branch 'abs_lib' of github.com:fmunkes/music-assistant_server i…
Browse files Browse the repository at this point in the history
…nto abs_lib
  • Loading branch information
fmunkes committed Feb 13, 2025
2 parents 2ffc292 + d5665fe commit 17c51c3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions music_assistant/providers/audiobookshelf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -561,9 +561,7 @@ async def get_audio_stream(
"""
Return the (custom) audio stream for the provider item.
Only used for multi-file audiobooks, copy of Marcel's code
in the filesystem provider, only cosmetic (iter audioformat)
adjustments.
Only used for multi-file audiobooks.
"""
stream_data: list[tuple[AudioFormat, str, float]] = streamdetails.data
total_duration = 0.0
Expand Down

0 comments on commit 17c51c3

Please sign in to comment.