mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-07 21:35:26 +02:00
Podcast episode downloader, update podcast data model
This commit is contained in:
@@ -81,7 +81,8 @@ function cleanEpisodeData(data) {
|
||||
author: data.author || '',
|
||||
duration: data.duration || '',
|
||||
explicit: data.explicit || '',
|
||||
publishedAt: (new Date(data.pubDate)).valueOf()
|
||||
publishedAt: (new Date(data.pubDate)).valueOf(),
|
||||
enclosure: data.enclosure
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user