Add initial Amazon Music support
This commit is contained in:
parent
bd85678303
commit
b0fcf55071
25 changed files with 248 additions and 222 deletions
|
@ -56,8 +56,6 @@ export function findMatchesAsync(share) {
|
|||
}
|
||||
co(function* gen() { // eslint-disable-line no-loop-func
|
||||
const match = yield service.search(share);
|
||||
console.log(service.id)
|
||||
console.log(match)
|
||||
if (match.id) {
|
||||
models.match.create({
|
||||
trackId: share.$modelOptions.name.singular == 'track' ? share.id : null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue