Skip to content

Commit

Permalink
Add support for a.m. ambient
Browse files Browse the repository at this point in the history
Closes #1660.
  • Loading branch information
alexesprit committed Jun 12, 2019
1 parent 02e904b commit 68240ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/connectors.js
Expand Up @@ -239,6 +239,10 @@ define(function() {
label: 'Ambient Sleeping Pill',
matches: ['*://ambientsleepingpill.com/'],
js: ['connectors/ambientsleepingpill.js'],
}, {
label: 'a.m. ambient',
matches: ['*://amambient.com/'],
js: ['connectors/ambientsleepingpill.js'],
}, {
label: 'Tidal',
matches: [
Expand Down

0 comments on commit 68240ba

Please sign in to comment.