Skip to content

Commit

Permalink
Bump version 2024.10.1 and fix play media
Browse files Browse the repository at this point in the history
  • Loading branch information
bkbilly committed Oct 4, 2024
1 parent 9dc0bdd commit bb960c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lnxlink/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ def setup_discovery_entities(self, addon, service, exp_name, options):
"command_next_payload": "Next",
"command_previous_topic": f"{command_topic}previous",
"command_previous_payload": "Previous",
"command_playmedia_topic": f"{command_topic}playmedia",
"command_playmedia_topic": f"{command_topic}play_media",
},
}
discovery = discovery_template.copy()
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "lnxlink"
version = "2024.10.0"
version = "2024.10.1"
description = "Internet Of Things (IOT) integration with Linux using MQTT"
readme = "README.md"
keywords = ["lnxlink"]
Expand Down

0 comments on commit bb960c5

Please sign in to comment.