mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-25 18:29:10 +02:00
Pkg scripts win/linux
This commit is contained in:
parent
6cb418a871
commit
94741598af
12 changed files with 235 additions and 34 deletions
|
@ -113,6 +113,7 @@ class Server {
|
|||
await this.streamManager.ensureStreamsDir()
|
||||
await this.streamManager.removeOrphanStreams()
|
||||
await this.downloadManager.removeOrphanDownloads()
|
||||
|
||||
await this.db.init()
|
||||
this.auth.init()
|
||||
|
||||
|
@ -171,7 +172,6 @@ class Server {
|
|||
|
||||
async start() {
|
||||
Logger.info('=== Starting Server ===')
|
||||
|
||||
await this.init()
|
||||
|
||||
const app = express()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue