Create last albums and fix filename_download in GraphQL
This commit is contained in:
@@ -9,7 +9,7 @@ query getAllAlbums($route: String!) {
|
||||
thumbnail {
|
||||
id,
|
||||
created_on,
|
||||
filename_download,
|
||||
filename_disk,
|
||||
width,
|
||||
height
|
||||
},
|
||||
@@ -27,7 +27,7 @@ query getAllAlbums($route: String!) {
|
||||
thumbnail {
|
||||
id,
|
||||
created_on,
|
||||
filename_download,
|
||||
filename_disk,
|
||||
width,
|
||||
height
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user