Fix:Open stream update with full audiobook object #255

This commit is contained in:
advplyr 2021-12-25 07:22:46 -06:00
parent e62037c91c
commit 49fcaefd01
3 changed files with 6 additions and 1 deletions

View file

@ -129,7 +129,7 @@ class Stream extends EventEmitter {
id: this.id,
clientId: this.client.id,
userId: this.client.user.id,
audiobook: this.audiobook.toJSONMinified(),
audiobook: this.audiobook.toJSONExpanded(),
segmentLength: this.segmentLength,
playlistPath: this.playlistPath,
clientPlaylistUri: this.clientPlaylistUri,