Skip to content

Commit

Permalink
Add missing VOLUME flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tronikos committed Jul 3, 2023
1 parent 95a1d50 commit 7e58486
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "androidtvremote2"
version = "0.0.10"
version = "0.0.11"
license = {text = "Apache-2.0"}
authors = [
{ name="tronikos", email="[email protected]" },
Expand Down
2 changes: 1 addition & 1 deletion src/androidtvremote2/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def __init__(
Feature.PING
| Feature.KEY
| Feature.POWER
| Feature.POWER
| Feature.VOLUME
| Feature.APP_LINK
| (Feature.IME if enable_ime else 0)
)
Expand Down

0 comments on commit 7e58486

Please sign in to comment.