We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7a060 commit 14e1fb7Copy full SHA for 14e1fb7
music_assistant/providers/audiobookshelf/__init__.py
@@ -579,7 +579,7 @@ async def _get_stream_details_audiobook(
579
media_type=MediaType.AUDIOBOOK,
580
stream_type=StreamType.HTTP,
581
duration=int(abs_audiobook.media.duration),
582
- data=tracks,
+ path=file_parts,
583
can_seek=True,
584
allow_seek=True,
585
)
0 commit comments