mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-06 18:52:43 +02:00
Add isMissing to Plugin model, add manifest version and name validation, create/update plugins table
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user