mirror of
https://github.com/home-assistant/core.git
synced 2025-06-09 23:57:08 +00:00
should be _id
This commit is contained in:
parent
492c4b7f00
commit
ec2b433733
@ -207,7 +207,7 @@ class SqueezeBoxDevice(MediaPlayerDevice):
|
|||||||
track_id=self._status['id'])
|
track_id=self._status['id'])
|
||||||
else:
|
else:
|
||||||
media_url = ('/music/current/cover.jpg?player={player}').format(
|
media_url = ('/music/current/cover.jpg?player={player}').format(
|
||||||
player=self.id)
|
player=self._id)
|
||||||
|
|
||||||
base_url = 'http://{server}:{port}/'.format(
|
base_url = 'http://{server}:{port}/'.format(
|
||||||
server=self._lms.host,
|
server=self._lms.host,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user