Create last albums and fix filename_download in GraphQL

This commit is contained in:
itsfinniii
2026-03-28 13:00:12 +01:00
parent e2598c58cf
commit 0bb52c6818
8 changed files with 228 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ query getAllAlbums($date: String!) {
thumbnail {
id,
created_on,
filename_download,
filename_disk,
width,
height
},
@@ -27,7 +27,7 @@ query getAllAlbums($date: String!) {
thumbnail {
id,
created_on,
filename_download,
filename_disk,
width,
height
}