pull/1195/head
Anu 2017-11-02 08:57:54 +09:00
parent a9d627c979
commit 482f1b1619
1 changed files with 4 additions and 0 deletions

View File

@ -72,6 +72,10 @@ class AudioService():
data={'tracks': tracks,
'utterance': utterance}))
def stop(self):
""" Stop the track. """
self.emitter.emit(Message('mycroft.audio.service.stop'))
def next(self):
""" Change to next track. """
self.emitter.emit(Message('mycroft.audio.service.next'))