mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-09 15:24:55 +02:00
Update share endpoint to return playback session, add get share file endpoint
This commit is contained in:
@ -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}
|
||||
|
Reference in New Issue
Block a user