mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-09 21:39:37 +00:00
Fix:Podcast RSS feed require fs
This commit is contained in:
parent
0e16a9c8de
commit
2059c9f14a
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
const Path = require('path')
|
||||
const fs = require('fs-extra')
|
||||
const { Podcast } = require('podcast')
|
||||
const { getId } = require('../utils/index')
|
||||
const Logger = require('../Logger')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue