quick media viewer (using new hmac read-file urls) (#451)

This commit is contained in:
Mike Sawka
2024-03-14 00:49:05 -07:00
committed by GitHub
parent 697f7c0758
commit 0f2f6c9cc0
7 changed files with 124 additions and 1 deletions
+1
View File
@@ -63,6 +63,7 @@ const (
const (
LineState_Source = "prompt:source"
LineState_File = "prompt:file"
LineState_FileUrl = "wave:fileurl"
LineState_Min = "wave:min"
LineState_Template = "template"
LineState_Mode = "mode"