attach play action to track results in quick search

This commit is contained in:
Drew Weymouth
2023-11-05 14:51:59 -08:00
parent 7d7d315d74
commit de8539df0a
4 changed files with 20 additions and 1 deletions
+2
View File
@@ -37,6 +37,8 @@ type Favorites struct {
type MediaProvider interface {
SetPrefetchCoverCallback(cb func(coverArtID string))
GetTrack(trackID string) (*Track, error)
GetAlbum(albumID string) (*AlbumWithTracks, error)
GetAlbumInfo(albumID string) (*AlbumInfo, error)