mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-10 11:21:36 +00:00
Fixing the rss incoming server side
This commit is contained in:
parent
4de5b92fa7
commit
7f5fde1de2
4 changed files with 8 additions and 8 deletions
|
|
@ -409,9 +409,9 @@ class PodcastManager {
|
|||
}
|
||||
}
|
||||
|
||||
async getPodcastsWithInboundFeed() {
|
||||
const podcasts = await Database.models.podcast.getAllInboundFeeds()
|
||||
Logger.info(`[PodcastManager] Fetched all podcasts with feed`)
|
||||
async getPodcastsWithIncomingFeeds() {
|
||||
const podcasts = await Database.models.podcast.getAllIncomingFeeds()
|
||||
Logger.info(`[PodcastManager] Fetched ${podcasts.length} podcasts with incoming feeds`)
|
||||
return podcasts
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue