mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-19 18:34:25 +02:00
Update item api endpoint to include user media progress with item if using query string include=progress and optionally episode=episodeid - for mobile app downloads
This commit is contained in:
parent
4291769b93
commit
d189ec74c9
2 changed files with 7 additions and 1 deletions
|
@ -2,7 +2,7 @@ const Logger = require('../../Logger')
|
|||
|
||||
class MediaProgress {
|
||||
constructor(progress) {
|
||||
this.id = null // Same as library item id
|
||||
this.id = null
|
||||
this.libraryItemId = null
|
||||
this.episodeId = null // For podcasts
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue