mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-24 12:54:31 +02:00
Add podcast add modal
This commit is contained in:
parent
a9b9e23f46
commit
deadc63dbb
9 changed files with 212 additions and 18 deletions
|
@ -91,7 +91,6 @@ function cleanPodcastJson(rssJson) {
|
|||
Logger.error(`[podcastUtil] Invalid podcast no episodes`)
|
||||
return null
|
||||
}
|
||||
|
||||
var podcast = {
|
||||
metadata: extractPodcastMetadata(channel),
|
||||
episodes: extractPodcastEpisodes(channel.item)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue