Skip to content

Commit

Permalink
feat: direct image browsing
Browse files Browse the repository at this point in the history
  • Loading branch information
cdnninja committed Nov 30, 2024
1 parent 7e345eb commit c655b1b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions custom_components/yoto/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,11 @@ def volume_level(self) -> float:
@property
def media_duration(self) -> int:
return self.player.track_length

@property
def media_image_remotely_accessible(self) -> bool:
"""If the image url is remotely accessible."""
return True

@property
def media_artist(self) -> str:
Expand Down

0 comments on commit c655b1b

Please sign in to comment.