mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
feat(octoprint): timelapse uris
This commit is contained in:
parent
254be3c254
commit
093c4b58df
3 changed files with 38 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ in {
|
|||
timelapse_done = {
|
||||
enabled = true;
|
||||
# TODO: movie_basename needs uri encoding if it contains spaces .-.
|
||||
message = "Timelapse for {gcode}: https://print.${domain}/downloads/timelapse/{movie_basename}";
|
||||
message = "Timelapse for {gcode}: [{movie_basename}](https://print.${domain}/downloads/timelapse/{movie_basename_uri})";
|
||||
media = media.none;
|
||||
};
|
||||
timelapse_failed.media = media.none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue