mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-01 16:54:59 +02:00
Update:Pass mark as finished library settings to media progress update #837
This commit is contained in:
parent
91aea4f754
commit
0782146682
3 changed files with 38 additions and 10 deletions
|
@ -202,6 +202,13 @@ class Library extends Model {
|
|||
return this.extraData?.lastScanMetadataPrecedence || []
|
||||
}
|
||||
|
||||
/**
|
||||
* @returns {LibrarySettingsObject}
|
||||
*/
|
||||
get librarySettings() {
|
||||
return this.settings || Library.getDefaultLibrarySettingsForMediaType(this.mediaType)
|
||||
}
|
||||
|
||||
/**
|
||||
* TODO: Update to use new model
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue