make track title in bottom panel link to Now Playing page
This commit is contained in:
@@ -61,6 +61,6 @@ func ArtistsRoute() Route {
|
||||
return Route{Page: Artists}
|
||||
}
|
||||
|
||||
func NowPlayingRoute() Route {
|
||||
return Route{Page: NowPlaying}
|
||||
func NowPlayingRoute(highlightedTrackID string) Route {
|
||||
return Route{Page: NowPlaying, Arg: highlightedTrackID}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user