mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-07 12:29:36 +00:00
Fix:Create cache dirs on server init
This commit is contained in:
parent
853858825b
commit
09dc95f560
2 changed files with 2 additions and 9 deletions
|
|
@ -138,6 +138,7 @@ class Server {
|
|||
|
||||
await this.checkUserMediaProgress() // Remove invalid user item progress
|
||||
await this.purgeMetadata() // Remove metadata folders without library item
|
||||
await this.cacheManager.ensureCachePaths()
|
||||
|
||||
await this.backupManager.init()
|
||||
await this.logManager.init()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue