summaryrefslogtreecommitdiff
path: root/packages/frontend/src
diff options
context:
space:
mode:
Diffstat (limited to 'packages/frontend/src')
-rw-r--r--packages/frontend/src/pages/flash/flash.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/frontend/src/pages/flash/flash.vue b/packages/frontend/src/pages/flash/flash.vue
index 9407f92815..63a1e47038 100644
--- a/packages/frontend/src/pages/flash/flash.vue
+++ b/packages/frontend/src/pages/flash/flash.vue
@@ -147,6 +147,8 @@ async function run() {
...registerAsUiLib(components, (_root) => {
root.value = _root.value;
}),
+ THIS_ID: values.STR(flash.id),
+ THIS_URL: values.STR(`${url}/play/${flash.id}`),
}, {
in: (q) => {
return new Promise(ok => {