mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-09 23:27:34 +02:00
Remove fs-extra dependency
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
const fs = require('fs-extra')
|
||||
const fs = require('../libs/fsExtra')
|
||||
|
||||
function getPlaylistStr(segmentName, duration, segmentLength, hlsSegmentType, token) {
|
||||
var ext = hlsSegmentType === 'fmp4' ? 'm4s' : 'ts'
|
||||
|
Reference in New Issue
Block a user