mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-02 11:01:48 +02:00
Update:Remove oldSeries model
This commit is contained in:
@@ -442,11 +442,6 @@ class Database {
|
||||
await this.models.feed.removeById(feedId)
|
||||
}
|
||||
|
||||
updateSeries(oldSeries) {
|
||||
if (!this.sequelize) return false
|
||||
return this.models.series.updateFromOld(oldSeries)
|
||||
}
|
||||
|
||||
async createBulkBookAuthors(bookAuthors) {
|
||||
if (!this.sequelize) return false
|
||||
await this.models.bookAuthor.bulkCreate(bookAuthors)
|
||||
|
||||
Reference in New Issue
Block a user