mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-08 11:42:44 +02:00
Add podcast episode auto download new episodes cron
This commit is contained in:
@@ -183,6 +183,10 @@ class Db {
|
||||
}
|
||||
}
|
||||
|
||||
getLibraryItem(id) {
|
||||
return this.libraryItems.find(li => li.id === id)
|
||||
}
|
||||
|
||||
async updateLibraryItem(libraryItem) {
|
||||
return this.updateLibraryItems([libraryItem])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user