mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-30 22:59:37 +02:00
Update:Remove image-type dependency
This commit is contained in:
parent
416db7c981
commit
26ef275ab4
5 changed files with 1060 additions and 145 deletions
|
@ -3,7 +3,7 @@ const Path = require('path')
|
|||
const axios = require('axios')
|
||||
const Logger = require('../Logger')
|
||||
const readChunk = require('../libs/readChunk')
|
||||
const imageType = require('image-type')
|
||||
const imageType = require('../libs/imageType')
|
||||
const filePerms = require('../utils/filePerms')
|
||||
|
||||
const globals = require('../utils/globals')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue