WIP - doesn't quite work yet

This commit is contained in:
Drew Weymouth
2024-05-29 20:04:06 -07:00
parent a9b6d0cc2a
commit 680cfb42d2
11 changed files with 112 additions and 44 deletions
+1 -1
View File
@@ -233,7 +233,7 @@ func (a *ArtistPage) showTopTracks() {
tl.Reset()
tl.SetTracks(ts)
} else {
tl = widgets.NewTracklist(ts)
tl = widgets.NewTracklist(ts, a.im, false)
}
tl.Options = widgets.TracklistOptions{AutoNumber: true}
_, canRate := a.mp.(mediaprovider.SupportsRating)