diff --git a/src/lib/ae_archives/ae_archives__archive_content.ts b/src/lib/ae_archives/ae_archives__archive_content.ts index c2e77ae3..d8bcaef0 100644 --- a/src/lib/ae_archives/ae_archives__archive_content.ts +++ b/src/lib/ae_archives/ae_archives__archive_content.ts @@ -650,6 +650,8 @@ export async function process_ae_obj__archive_content_props({ obj.tmp_sort_3 = `${obj.original_datetime ?? ''}_${obj.group ?? ''}_${ obj.priority ? '1' : '0'}_${obj.sort?.toString().padStart(3, '0') ?? ''}`; + obj.hash_sha256 = obj.hosted_file_hash_sha256; + return obj; } }); diff --git a/src/routes/events/[event_id]/locations/ae_comp__event_location_obj_li.svelte b/src/routes/events/[event_id]/locations/ae_comp__event_location_obj_li.svelte index e6a8d3e2..c5222e59 100644 --- a/src/routes/events/[event_id]/locations/ae_comp__event_location_obj_li.svelte +++ b/src/routes/events/[event_id]/locations/ae_comp__event_location_obj_li.svelte @@ -162,7 +162,7 @@ if (!$events_loc.pres_mgmt?.location_kv) { @@ -171,7 +171,7 @@ if (!$events_loc.pres_mgmt?.location_kv) { @@ -180,7 +180,7 @@ if (!$events_loc.pres_mgmt?.location_kv) { diff --git a/src/routes/events/[event_id]/session/[session_id]/session_view.svelte b/src/routes/events/[event_id]/session/[session_id]/session_view.svelte index adf0dfcb..1bab0ef7 100644 --- a/src/routes/events/[event_id]/session/[session_id]/session_view.svelte +++ b/src/routes/events/[event_id]/session/[session_id]/session_view.svelte @@ -387,7 +387,7 @@ let clipboard_success = $state(false);