mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-02 16:29:39 +00:00
Add isMissing to Plugin model, add manifest version and name validation, create/update plugins table
This commit is contained in:
parent
5a96d8aeb3
commit
cfe3deff3b
5 changed files with 106 additions and 7 deletions
|
|
@ -152,6 +152,11 @@ class Database {
|
|||
return this.models.device
|
||||
}
|
||||
|
||||
/** @type {typeof import('./models/Plugin')} */
|
||||
get pluginModel() {
|
||||
return this.models.plugin
|
||||
}
|
||||
|
||||
/**
|
||||
* Check if db file exists
|
||||
* @returns {boolean}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue