Fix AppleDevice.play_sound() : AttributeError on 'with_family' (#240)
This commit is contained in:
parent
627fd3dc6f
commit
1eb8ca26da
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ class AppleDevice(object):
|
||||||
'device': self.content['id'],
|
'device': self.content['id'],
|
||||||
'subject': subject,
|
'subject': subject,
|
||||||
'clientContext': {
|
'clientContext': {
|
||||||
'fmly': self.with_family
|
'fmly': True
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
self.session.post(
|
self.session.post(
|
||||||
|
|
Loading…
Reference in a new issue