Fix:Create cache dirs on server init

This commit is contained in:
advplyr 2022-05-15 11:19:04 -05:00
parent 853858825b
commit 09dc95f560
2 changed files with 2 additions and 9 deletions

View file

@ -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()