mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-14 05:11:45 +00:00
Merge e1ceac63e2 into 82aec5f60c
This commit is contained in:
commit
605c2f3d5a
7 changed files with 277 additions and 31 deletions
6
index.js
6
index.js
|
|
@ -1,3 +1,9 @@
|
|||
// Node 25 compatibility: SlowBuffer is removed
|
||||
const buffer = require('buffer')
|
||||
if (!buffer.SlowBuffer) {
|
||||
buffer.SlowBuffer = buffer.Buffer
|
||||
}
|
||||
|
||||
const optionDefinitions = [
|
||||
{ name: 'config', alias: 'c', type: String },
|
||||
{ name: 'metadata', alias: 'm', type: String },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue