Merge pull request #1608 from forslund/bugfix/chromecast-shutdown
Fix chromecast quitting app on mycroft shutdown.pull/1609/head
commit
e41da90ee3
|
@ -139,6 +139,10 @@ class ChromecastService(AudioBackend):
|
||||||
ret['album'] = ''
|
ret['album'] = ''
|
||||||
return ret
|
return ret
|
||||||
|
|
||||||
|
def shutdown(self):
|
||||||
|
""" Disconnect from the device. """
|
||||||
|
self.cast.disconnect()
|
||||||
|
|
||||||
|
|
||||||
def autodetect(config, emitter):
|
def autodetect(config, emitter):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue