mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-22 11:54:32 +02:00
update approach for ensuring download directory always exists
This commit is contained in:
parent
c606a41314
commit
853513b926
3 changed files with 25 additions and 6 deletions
|
@ -139,7 +139,8 @@ 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.abMergeManager.ensureDownloadDirPath()
|
||||
|
||||
await this.backupManager.init()
|
||||
await this.logManager.init()
|
||||
this.podcastManager.init()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue