diff --git a/Aberwyn/Views/Torrent/Index.cshtml b/Aberwyn/Views/Torrent/Index.cshtml
index 3628bad..bd369a8 100644
--- a/Aberwyn/Views/Torrent/Index.cshtml
+++ b/Aberwyn/Views/Torrent/Index.cshtml
@@ -3,10 +3,9 @@
@@ -17,16 +16,21 @@
-
@t.Title
- @if (!string.IsNullOrEmpty(t.Metadata?.ImdbRating))
- {
-
⭐ @t.Metadata.ImdbRating
- }
+
@t.Title (@t.Metadata?.Year)
+
+ @if (!string.IsNullOrEmpty(t.Metadata?.Genre))
+ {
+ @t.Metadata.Genre
+ }
+ @if (!string.IsNullOrEmpty(t.Metadata?.ImdbRating))
+ {
+ ⭐ @t.Metadata.ImdbRating
+ }
+
@t.Seeders
@t.Leechers
-
@t.Completed
@t.PublishDate.ToString("yyyy-MM-dd HH:mm")