mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-03 17:54:54 +02:00
Update:Remove read-chunk dependency
This commit is contained in:
parent
78079b2e60
commit
416db7c981
11 changed files with 155 additions and 87 deletions
|
@ -2,7 +2,7 @@ const fs = require('fs-extra')
|
|||
const Path = require('path')
|
||||
const axios = require('axios')
|
||||
const Logger = require('../Logger')
|
||||
const readChunk = require('read-chunk')
|
||||
const readChunk = require('../libs/readChunk')
|
||||
const imageType = require('image-type')
|
||||
const filePerms = require('../utils/filePerms')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue