Support album-based photo lookup & routing

This commit is contained in:
itsfinniii
2026-03-15 22:16:07 +01:00
parent 21d5ba23a4
commit 6a14aca8ff
4 changed files with 28 additions and 10 deletions

View File

@@ -148,7 +148,6 @@ export async function getPage(settings: GlobalSettings, route: string): Promise<
params[key] = match[i + 1];
});
console.log(params);
const photo = await getPhotoFromHash(`/${params["R"]}`, params["H"]);
if (photo === null) {}