From fd4a04339e43bf806d428c47ad6431c6f53402f9 Mon Sep 17 00:00:00 2001 From: Deluan Date: Wed, 14 Jan 2026 08:21:27 -0500 Subject: [PATCH] fix: rename album field to name in AlbumInfo component. fixes #4883 Signed-off-by: Deluan --- ui/src/album/AlbumInfo.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/album/AlbumInfo.jsx b/ui/src/album/AlbumInfo.jsx index e71cd3d3..075841e4 100644 --- a/ui/src/album/AlbumInfo.jsx +++ b/ui/src/album/AlbumInfo.jsx @@ -37,7 +37,7 @@ const AlbumInfo = (props) => { const translate = useTranslate() const record = useRecordContext(props) const data = { - album: , + name: , libraryName: , albumArtist: (