Skip to content

Commit

Permalink
one typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Sep 6, 2024
1 parent e38043c commit c97e605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion music_assistant/server/providers/sonos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class SonosPlayerProvider(PlayerProvider):
@property
def supported_features(self) -> tuple[ProviderFeature, ...]:
"""Return the features supported by this Provider."""
return (ProviderFeature.SYNC_PLAYERS, ProviderFeature.PLAYER_GROUP_CREATE)
return (ProviderFeature.SYNC_PLAYERS,)

async def handle_async_init(self) -> None:
"""Handle async initialization of the provider."""
Expand Down

0 comments on commit c97e605

Please sign in to comment.