Skip to content

Commit

Permalink
Update music_assistant/providers/_template_player_provider/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt authored Jan 15, 2025
1 parent 75bc673 commit 2889347
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class MyDemoPlayerprovider(PlayerProvider):
def supported_features(self) -> set[ProviderFeature]:
"""Return the features supported by this Provider."""
# MANDATORY
# you should return a tuple of provider-level features
# you should return a set of provider-level features
# here that your player provider supports or an empty tuple if none.
# for example 'ProviderFeature.SYNC_PLAYERS' if you can sync players.
return {ProviderFeature.SYNC_PLAYERS}
Expand Down

0 comments on commit 2889347

Please sign in to comment.