diff --git a/routes/album.js b/routes/album.js index 2a61746..c5849e2 100644 --- a/routes/album.js +++ b/routes/album.js @@ -49,7 +49,7 @@ routes.get('/a/:identifier', async (req, res, next) => { thumb = file.thumb } - file.thumb = `${file.thumb}` + file.thumb = `${file.name}` } else { file.thumb = `

${extname || 'N/A'}

` }