mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-07 03:02:44 +02:00
Update:Media item share endpoints and audio player #1768
- Add endpoints for getting tracks, getting cover image and updating progress - Implement share session cookie and caching share playback session - Audio player UI/UX
This commit is contained in:
@@ -43,6 +43,10 @@ class PlaybackSession {
|
||||
this.audioTracks = []
|
||||
this.videoTrack = null
|
||||
this.stream = null
|
||||
// Used for share sessions
|
||||
this.shareSessionId = null
|
||||
this.mediaItemShareId = null
|
||||
this.coverAspectRatio = null
|
||||
|
||||
if (session) {
|
||||
this.construct(session)
|
||||
|
||||
Reference in New Issue
Block a user