diff --git a/src/api/api.ts b/src/api/api.ts index 585473a..baa68ef 100644 --- a/src/api/api.ts +++ b/src/api/api.ts @@ -828,6 +828,7 @@ export const getIndexes = async (options: { entry.artist.forEach((folder: any) => { folders.push({ ...folder, + title: folder.name, isDir: true, image: getCoverArtUrl(folder), uniqueId: nanoid(),