Fix some more routing related things

This commit is contained in:
itsfinniii
2026-03-15 13:06:30 +01:00
parent 4f3cc40041
commit bc11be5669
5 changed files with 78 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ export async function getAllAlbums(settings: GlobalSettings): Promise<PhotoAlbum
endDate: albumRecord["end_date"],
location: albumRecord["location"],
category: {
id: albumRecord["category"][0]["Photo_Categories_id"]["id"],
title: albumRecord["category"][0]["Photo_Categories_id"]["title"],
url: albumRecord["category"][0]["Photo_Categories_id"]["url"],
thumbnail: {