diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aab5892..2da171d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Effects: Fix image URL in Matrix effect - Fixes that the Led-Device output flow was interrupted, by an enabling API request on an already enabled device (#967 - Yeelight - Workaround: Ignore error when setting music mode = off, but the music-mode is already off (#1372) - Standalone grabbers: Improved fps help/error text, fixed default address and port diff --git a/effects/matrix.json b/effects/matrix.json index 54403ae6..c0ae4ea5 100644 --- a/effects/matrix.json +++ b/effects/matrix.json @@ -11,6 +11,6 @@ "grayscale": false, "imageSource": "url", "reverse": false, - "url": "https://i.gifer.com/1j6F.gif" + "url": "https://i.gifer.com/embedded/download/1j6F.gif" } }