mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-10 11:21:36 +00:00
Fix PodcastManager.js indentation
This commit is contained in:
parent
56ff12eaaf
commit
ecdafcdcc5
1 changed files with 363 additions and 366 deletions
|
|
@ -337,9 +337,7 @@ class PodcastManager {
|
|||
}
|
||||
podcast.lastEpisodeCheck = Date.now()
|
||||
podcast.updatedAt = Date.now()
|
||||
await Database.podcastModel.update(podcast, {
|
||||
where: { id: podcastId }
|
||||
})
|
||||
await Database.podcastModel.update(podcast, {where: { id: podcastId }})
|
||||
|
||||
return {lastEpisodeCheck: podcast.lastEpisodeCheck, lastSuccessfulFetchAt: podcast.lastSuccessfulFetchAt, feedHealthy: podcast.feedHealthy}
|
||||
}
|
||||
|
|
@ -418,5 +416,4 @@ class PodcastManager {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = PodcastManager
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue