Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 5, 2024
1 parent 5e0ced8 commit 250ab86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions custom_components/yoto/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,13 +283,12 @@ def media_artist(self) -> str:
return self.coordinator.yoto_manager.library[self.player.card_id].author
else:
return None

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


@property
def media_album_name(self) -> str:
if self.player.card_id in self.coordinator.yoto_manager.library:
Expand Down

0 comments on commit 250ab86

Please sign in to comment.