mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-16 04:14:58 +02:00
Update share endpoint to return playback session, add get share file endpoint
This commit is contained in:
parent
042035051d
commit
8cadaa57f6
6 changed files with 161 additions and 12 deletions
|
@ -137,6 +137,11 @@ class Database {
|
|||
return this.models.customMetadataProvider
|
||||
}
|
||||
|
||||
/** @type {typeof import('./models/MediaItemShare')} */
|
||||
get mediaItemShareModel() {
|
||||
return this.models.mediaItemShare
|
||||
}
|
||||
|
||||
/**
|
||||
* Check if db file exists
|
||||
* @returns {boolean}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue