Use remote image for HEOS (#23420)

This commit is contained in:
Andrew Sayre 2019-04-27 15:02:42 -05:00 committed by Rohan Kapoor
parent 5efe089699
commit f1b2622d78

View file

@ -278,6 +278,11 @@ class HeosMediaPlayer(MediaPlayerDevice):
return None
return self._media_position_updated_at
@property
def media_image_remotely_accessible(self) -> bool:
"""If the image url is remotely accessible."""
return True
@property
def media_image_url(self) -> str:
"""Image url of current playing media."""