Add caching for lrclib lyrics
This commit is contained in:
@@ -150,10 +150,10 @@ type PlaylistWithTracks struct {
|
||||
}
|
||||
|
||||
type Lyrics struct {
|
||||
Title string
|
||||
Artist string
|
||||
Synced bool
|
||||
Lines []LyricLine
|
||||
Title string `json:"title"`
|
||||
Artist string `json:"artist"`
|
||||
Synced bool `json:"synced"`
|
||||
Lines []LyricLine `json:"lines"`
|
||||
}
|
||||
|
||||
type LyricLine struct {
|
||||
|
||||
Reference in New Issue
Block a user