Skip to content

Commit bb960c5

Browse files
committed
Bump version 2024.10.1 and fix play media
1 parent 9dc0bdd commit bb960c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lnxlink/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ def setup_discovery_entities(self, addon, service, exp_name, options):
454454
"command_next_payload": "Next",
455455
"command_previous_topic": f"{command_topic}previous",
456456
"command_previous_payload": "Previous",
457-
"command_playmedia_topic": f"{command_topic}playmedia",
457+
"command_playmedia_topic": f"{command_topic}play_media",
458458
},
459459
}
460460
discovery = discovery_template.copy()

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "lnxlink"
7-
version = "2024.10.0"
7+
version = "2024.10.1"
88
description = "Internet Of Things (IOT) integration with Linux using MQTT"
99
readme = "README.md"
1010
keywords = ["lnxlink"]

0 commit comments

Comments
 (0)