mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-21 08:36:03 +02:00
Add MusicBrainz provider
This commit is contained in:
parent
3e4b1652fc
commit
2cd9079692
4 changed files with 73 additions and 0 deletions
|
@ -49,5 +49,12 @@ class SearchController {
|
|||
}
|
||||
res.json(chapterData)
|
||||
}
|
||||
|
||||
async findMusicTrack(req, res) {
|
||||
const tracks = await this.musicFinder.searchTrack(req.query || {})
|
||||
res.json({
|
||||
tracks
|
||||
})
|
||||
}
|
||||
}
|
||||
module.exports = new SearchController()
|
Loading…
Add table
Add a link
Reference in a new issue