Sisyphus: Fix bad super call (#63327)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
e4a88e921f
commit
9f0805f512
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ class SisyphusPlayer(MediaPlayerEntity):
|
|||
if self._table.active_track:
|
||||
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):
|
||||
"""Wake up a sleeping table."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue