Skip to content

Commit

Permalink
Merge pull request #2 from JackJPowell:Fix-Supported-Features-List
Browse files Browse the repository at this point in the history
Update Supported Features List
  • Loading branch information
JackJPowell authored May 26, 2024
2 parents beadaeb + 00fdea3 commit e2006ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/playstation_network/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ class MediaPlayer(PSNEntity, MediaPlayerEntity):
"""Media player entity representing currently playing game"""

device_class = MediaPlayerDeviceClass.TV
_attr_supported_features = None

def __init__(self, coordinator) -> None:
"""Initialize PSN MediaPlayer."""
Expand Down

0 comments on commit e2006ef

Please sign in to comment.