Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Commit

Permalink
Fix #363, make 'stop' an alias for 'pause'
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb committed Oct 3, 2019
1 parent 68d53f0 commit 33b9df2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions extension/intents/music/music.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,8 @@ this.intents.music = (function() {
examples: ["Pause music"],
match: `
pause [service:musicServiceName]
pause
pause music
stop music
pause (music |)
stop (music |)
`,
async run(context) {
for (const ServiceClass of Object.values(SERVICES)) {
Expand Down

0 comments on commit 33b9df2

Please sign in to comment.