feat: add artist page

This commit is contained in:
qvalentin
2024-06-08 15:16:13 +02:00
parent 0381b6e4ae
commit 840d23e931
11 changed files with 264 additions and 21 deletions

View File

@ -10,7 +10,7 @@ import (
)
type cachable interface {
data.Album | data.Song | data.Annotation | []byte
data.Album | data.Song | data.Annotation | data.Artist | []byte
}
var c, _ = bigcache.New(context.Background(), bigcache.DefaultConfig(time.Hour*24))