Skip to content

Commit

Permalink
Merge pull request #21 from pendo324/add-bandcamp
Browse files Browse the repository at this point in the history
Add bandcamp support
  • Loading branch information
pendo324 committed Oct 9, 2019
2 parents 7de64bf + 44d8a2b commit 722828f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/players/Web/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,13 @@ export class YouTubeHandler extends Handler {
});
}
}

export class bandcampHandler extends Handler {
constructor() {
super({
...defaultOptions,
id: 'bandcamp',
name: 'bandcamp'
});
}
}

0 comments on commit 722828f

Please sign in to comment.