Use direct URL of GIF file rather than HTML page (#1392)

This commit is contained in:
Jamie Burchell 2021-12-14 06:57:11 +00:00 committed by GitHub
parent fcd0fb0c52
commit c38ec60208
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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"
}
}