diff --git a/backend/routes/files/id3Tags.ts b/backend/routes/files/id3Tags.ts index d02c5ff..9cfdf5f 100644 --- a/backend/routes/files/id3Tags.ts +++ b/backend/routes/files/id3Tags.ts @@ -27,7 +27,7 @@ export const getId3Tags = async (c: Context) => { data.image = imgUrl.toString(); } - tags = id3Tags; + tags = data; } catch (err) {} cached.set(tags);