Find artist.* image in Artist folder
This commit is contained in:
@@ -146,6 +146,7 @@ func (mfs MediaFiles) ToAlbum() Album {
|
||||
a.EmbedArtPath = m.Path
|
||||
}
|
||||
}
|
||||
a.Paths = strings.Join(mfs.Dirs(), string(filepath.ListSeparator))
|
||||
comments = slices.Compact(comments)
|
||||
if len(comments) == 1 {
|
||||
a.Comment = comments[0]
|
||||
|
||||
Reference in New Issue
Block a user