mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 04:57:37 +03:00
PreCache Playlists CoverArt
This commit is contained in:
parent
14032a524b
commit
0c7c6ba020
5 changed files with 34 additions and 12 deletions
|
@ -94,6 +94,10 @@ func (pls *Playlist) AddMediaFiles(mfs MediaFiles) {
|
|||
}
|
||||
}
|
||||
|
||||
func (pls Playlist) CoverArtID() ArtworkID {
|
||||
return artworkIDFromPlaylist(pls)
|
||||
}
|
||||
|
||||
type Playlists []Playlist
|
||||
|
||||
type PlaylistRepository interface {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue