diff --git a/src/lib/ae_core/ae_comp__hosted_files_clip_video_li.svelte b/src/lib/ae_core/ae_comp__hosted_files_clip_video_li.svelte
index db9a95d9..0115e3bc 100644
--- a/src/lib/ae_core/ae_comp__hosted_files_clip_video_li.svelte
+++ b/src/lib/ae_core/ae_comp__hosted_files_clip_video_li.svelte
@@ -21,6 +21,9 @@ export let video_clip_file_kv: key_val = {};
export let class_li_default: string = 'flex flex-row flex-wrap gap-2 items-center justify-center w-full max-w-2xl p-2 mx-auto my-1 border border-gray-300 rounded-lg';
export let class_li: string = '';
+export let link_to_type: string;
+export let link_to_id: string;
+
let ae_promises: key_val = {};
@@ -29,7 +32,7 @@ let ae_promises: key_val = {};
{Object.entries($ae_loc.files).length}× files clipped
- {#each Object.entries($ae_loc.files.video_clip_file_kv) as [hosted_file_id, hosted_file_obj]}
+ {#each Object.entries(video_clip_file_kv) as [hosted_file_id, hosted_file_obj]}