Fix ebook url, add opus to uploader, set chapters after track updates

This commit is contained in:
advplyr 2021-10-02 15:36:33 -05:00
parent 1637b6c7f0
commit a590e795e3
6 changed files with 19 additions and 9 deletions

View file

@ -390,6 +390,7 @@ class Audiobook {
this.addTrack(file)
}
})
this.setChapters()
this.lastUpdate = Date.now()
}