mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-10 11:21:36 +00:00
Remove commented code
This commit is contained in:
parent
8792a46d70
commit
00bfb5ced4
1 changed files with 32 additions and 54 deletions
|
|
@ -544,26 +544,4 @@ module.exports = {
|
|||
}
|
||||
})
|
||||
}
|
||||
|
||||
/** Get podcasts with feed url */
|
||||
// async getPodcastsWithFeedUrl() {
|
||||
// const podcasts = await Database.podcastModel.findAll({
|
||||
// where: {
|
||||
// feedURL: {
|
||||
// [Sequelize.Op.ne]: null
|
||||
// }
|
||||
// },
|
||||
// include: {
|
||||
// model: Database.libraryItemModel,
|
||||
// attributes: ['id', 'libraryId']
|
||||
// }
|
||||
// })
|
||||
// return podcasts.map(podcast => {
|
||||
// return {
|
||||
// id: podcast.libraryItem.id,
|
||||
// title: podcast.title,
|
||||
// feedURL: podcast.feedURL
|
||||
// }
|
||||
// })
|
||||
// }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue