Skip to content

Commit 14e1fb7

Browse files
authored
Fix audiobookshelf playback (#2494)
1 parent ff7a060 commit 14e1fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

music_assistant/providers/audiobookshelf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ async def _get_stream_details_audiobook(
579579
media_type=MediaType.AUDIOBOOK,
580580
stream_type=StreamType.HTTP,
581581
duration=int(abs_audiobook.media.duration),
582-
data=tracks,
582+
path=file_parts,
583583
can_seek=True,
584584
allow_seek=True,
585585
)

0 commit comments

Comments
 (0)