mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Sisyphus: Fix bad super call (#63327)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
e4a88e921f
commit
9f0805f512
@ -163,7 +163,7 @@ class SisyphusPlayer(MediaPlayerEntity):
|
|||||||
if self._table.active_track:
|
if self._table.active_track:
|
||||||
return self._table.active_track.get_thumbnail_url(Track.ThumbnailSize.LARGE)
|
return self._table.active_track.get_thumbnail_url(Track.ThumbnailSize.LARGE)
|
||||||
|
|
||||||
return super.media_image_url()
|
return super().media_image_url
|
||||||
|
|
||||||
async def async_turn_on(self):
|
async def async_turn_on(self):
|
||||||
"""Wake up a sleeping table."""
|
"""Wake up a sleeping table."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user