Skip to content

Commit

Permalink
Add Q to default poll tags
Browse files Browse the repository at this point in the history
  • Loading branch information
rajlaud committed Oct 8, 2024
1 parent 58e0c2d commit 28177d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pysqueezebox/player.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ async def async_update(self, add_tags: str | None = None) -> bool:
if self._poll and not self._poll.done():
self._poll.cancel()

tags = "acdIKlNorTux"
tags = "acdIKlNorTuxQ"
if add_tags:
tags = "".join(set(tags + add_tags))
response = await self.async_query("status", "-", "1", f"tags:{tags}")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pysqueezebox",
version="0.9.3",
version="0.9.4",
license="apache-2.0",
author="Raj Laud",
author_email="[email protected]",
Expand Down

0 comments on commit 28177d9

Please sign in to comment.