Skip to content

Commit

Permalink
🐛 Disable unimplemented seek
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudolf Offereins committed Oct 26, 2022
1 parent 6b960c7 commit 6df1d8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/lghorizon/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@Sholofly"
],
"iot_class": "cloud_push",
"version": "0.2.0b1",
"version": "0.3.0b2",
"config_flow": true,
"requirements": [
"lghorizon==0.4.6"
Expand Down
4 changes: 2 additions & 2 deletions custom_components/lghorizon/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def supported_features(self):
| SUPPORT_SELECT_SOURCE
| SUPPORT_PLAY_MEDIA
| SUPPORT_BROWSE_MEDIA
| SUPPORT_SEEK
# | SUPPORT_SEEK
)
return (
SUPPORT_PLAY
Expand All @@ -214,7 +214,7 @@ def supported_features(self):
| SUPPORT_PREVIOUS_TRACK
| SUPPORT_PLAY_MEDIA
| SUPPORT_BROWSE_MEDIA
| SUPPORT_SEEK
# | SUPPORT_SEEK
)

@property
Expand Down

0 comments on commit 6df1d8c

Please sign in to comment.