fix: correct comment in test — album is under library root, not artist root

This commit is contained in:
Deluan 2026-05-03 01:52:14 -04:00
parent 019306c3a3
commit 1ccc05edda

View File

@ -251,7 +251,7 @@ var _ = Describe("Album Artwork Reader", func() {
})
It("includes top-level album folder for multi-disc albums", func() {
// Album folder directly under artist root, with disc subfolders
// Album folder directly under library root, with disc subfolders
repo.result = []model.Folder{
{
ID: "folder1",