Sisyphus: Fix bad super call (#63327)

Co-authored-by: Franck Nijhof <git@frenck.dev>
pull/63570/head
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
1 changed files with 1 additions and 1 deletions

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