Fixing id_random vs id for links and other things. Fixed the hash SHA256 error.

This commit is contained in:
Scott Idem
2025-11-13 18:59:27 -05:00
parent e9a8f7df00
commit 0e960ba955
5 changed files with 10 additions and 8 deletions

View File

@@ -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;
}
});