feat(users/Profpatsch/whatcd-resolver): show album year

Change-Id: I1ec1b22c83e078f31e56e13c63a92d3a4560e46d
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11746
Autosubmit: Profpatsch <mail@profpatsch.de>
Tested-by: BuildkiteCI
Reviewed-by: Profpatsch <mail@profpatsch.de>
This commit is contained in:
Profpatsch 2024-06-03 00:18:37 +02:00 committed by clbot
parent ea89572f98
commit 097a15072a

View file

@ -545,6 +545,7 @@ getBestTorrentsTable artistFilter = do
{Html.toHtml @Text b.torrentGroupJson.groupName}
</a>
</td>
<td>{Html.toHtml @Int b.torrentGroupJson.groupYear}</td>
<td>{Html.toHtml @Int b.seedingWeight}</td>
<td><details hx-trigger="toggle once" hx-post="snips/redacted/torrentDataJson" hx-vals={Enc.encToBytesUtf8 $ Enc.object [("torrent-id", Enc.int b.torrentId)]}></details></td>
</tr>
@ -559,6 +560,7 @@ getBestTorrentsTable artistFilter = do
<th>Group ID</th>
<th>Artist</th>
<th>Name</th>
<th>Year</th>
<th>Weight</th>
<th>Torrent</th>
<th>Torrent Group</th>