Sisyphus: Fix bad super call (#63327)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Paulus Schoutsen 2022-01-03 10:46:56 -08:00 committed by GitHub
parent e4a88e921f
commit 9f0805f512
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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."""