Find artist.* image in Artist folder

This commit is contained in:
Deluan 2023-01-12 14:13:23 -05:00 committed by Deluan Quintão
parent 69e0a266f4
commit c90468b895
6 changed files with 111 additions and 8 deletions

View file

@ -39,6 +39,7 @@ type Album struct {
MbzAlbumType string `structs:"mbz_album_type" json:"mbzAlbumType,omitempty"`
MbzAlbumComment string `structs:"mbz_album_comment" json:"mbzAlbumComment,omitempty"`
ImageFiles string `structs:"image_files" json:"imageFiles,omitempty"`
Paths string `structs:"paths" json:"paths,omitempty"`
CreatedAt time.Time `structs:"created_at" json:"createdAt"`
UpdatedAt time.Time `structs:"updated_at" json:"updatedAt"`
}