mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-01 16:54:59 +02:00
Added select all option to the episode selector
This commit is contained in:
parent
baf738f5ba
commit
5c91c1e2c7
3 changed files with 16 additions and 3 deletions
|
@ -150,8 +150,8 @@ class Server {
|
|||
|
||||
app.use(this.auth.cors)
|
||||
app.use(fileUpload())
|
||||
app.use(express.urlencoded({ extended: true }));
|
||||
app.use(express.json())
|
||||
app.use(express.urlencoded({ extended: true, limit: "3mb" }));
|
||||
app.use(express.json({ limit: "3mb" }))
|
||||
|
||||
// Static path to generated nuxt
|
||||
const distPath = Path.join(global.appRoot, '/client/dist')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue