Include artist(s) name in album GET view
This also makes the entity_info struct very similar to the UnifiedResult struct, so we'll probably see a merge at some point. Would be nice if we used the fields from the entity_info result more commonly.
This commit is contained in:
parent
906ba6d2e5
commit
566edf1818
4 changed files with 29 additions and 12 deletions
|
|
@ -9,7 +9,7 @@
|
|||
</head>
|
||||
<body>
|
||||
@partial partials/header
|
||||
<h1>{{.song.name}}</h1>
|
||||
<h1>{{.song.song_name}}</h1>
|
||||
<div>{{.song.scrobbles}} scrobbles ({{.song.rank}} place)</div>
|
||||
@partial partials/firstlast_listens(firstlast: .firstlast)
|
||||
<h3>Yearly Performance</h3>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue