mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-18 10:59:41 +02:00
Update:Pass mark as finished library settings to media progress update #837
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user