Remove downloads folder in metadata dir

This commit is contained in:
advplyr 2023-04-03 17:28:55 -05:00
parent 14ee17de47
commit ef954ee68f
2 changed files with 0 additions and 19 deletions

View file

@ -119,7 +119,6 @@ class Server {
await this.purgeMetadata() // Remove metadata folders without library item
await this.playbackSessionManager.removeInvalidSessions()
await this.cacheManager.ensureCachePaths()
await this.abMergeManager.ensureDownloadDirPath()
await this.backupManager.init()
await this.logManager.init()