From da14ddeb66016835c42bb79e5771d44f737718a8 Mon Sep 17 00:00:00 2001 From: William Van Haevre Date: Thu, 22 Feb 2024 10:40:10 +0100 Subject: [PATCH 1/5] Make chromecast button's connected state depend only on chromecast state and not casting state in general (i.e. airplay). --- src/ui/components/button/ChromecastButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/components/button/ChromecastButton.tsx b/src/ui/components/button/ChromecastButton.tsx index af4c798..4b54477 100644 --- a/src/ui/components/button/ChromecastButton.tsx +++ b/src/ui/components/button/ChromecastButton.tsx @@ -37,7 +37,7 @@ export class ChromecastButton extends PureComponent Date: Thu, 22 Feb 2024 10:42:41 +0100 Subject: [PATCH 2/5] Add changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2df671..22d3c1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## Unreleased + +### Fixed + +- Fixed connected state for chromecastButton to not take into account the casting state in general (e.g. airplay should not influence this state). + ## [0.4.0] - 24-02-14 ### Added From b81c1293e89f0d4e157083443ce499707f8cf1d6 Mon Sep 17 00:00:00 2001 From: Tom Van Laerhoven Date: Thu, 22 Feb 2024 10:53:56 +0100 Subject: [PATCH 3/5] Fix boolean type --- src/ui/components/button/ChromecastButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/components/button/ChromecastButton.tsx b/src/ui/components/button/ChromecastButton.tsx index 4b54477..6ff7cb8 100644 --- a/src/ui/components/button/ChromecastButton.tsx +++ b/src/ui/components/button/ChromecastButton.tsx @@ -37,7 +37,7 @@ export class ChromecastButton extends PureComponent Date: Thu, 22 Feb 2024 10:40:10 +0100 Subject: [PATCH 4/5] Make chromecast button's connected state depend only on chromecast state and not casting state in general (i.e. airplay). --- src/ui/components/button/ChromecastButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/components/button/ChromecastButton.tsx b/src/ui/components/button/ChromecastButton.tsx index af4c798..499bcfa 100644 --- a/src/ui/components/button/ChromecastButton.tsx +++ b/src/ui/components/button/ChromecastButton.tsx @@ -37,7 +37,7 @@ export class ChromecastButton extends PureComponent Date: Thu, 22 Feb 2024 10:42:41 +0100 Subject: [PATCH 5/5] Add changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2df671..22d3c1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## Unreleased + +### Fixed + +- Fixed connected state for chromecastButton to not take into account the casting state in general (e.g. airplay should not influence this state). + ## [0.4.0] - 24-02-14 ### Added