mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Use direct URL of GIF file rather than HTML page (#1392)
This commit is contained in:
parent
fcd0fb0c52
commit
c38ec60208
@ -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
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user