From 7c030ef362e102fc9d13f8a1e32c2cdb637c7207 Mon Sep 17 00:00:00 2001
From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com>
Date: Wed, 21 Dec 2022 15:33:34 -0800
Subject: [PATCH] Link watch statistics to info page using history metadata
* Closes #1882
---
data/interfaces/default/home_stats.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/data/interfaces/default/home_stats.html b/data/interfaces/default/home_stats.html
index 9a0c49f4..df2b7b69 100644
--- a/data/interfaces/default/home_stats.html
+++ b/data/interfaces/default/home_stats.html
@@ -102,7 +102,7 @@ DOCUMENTATION :: END
if row0['live']:
href = page('info', row0['rating_key'], row0['guid'], history=True, live=row0['live'])
else:
- href = page('info', row0['rating_key'])
+ href = page('info', row0['rating_key'], history=True)
%>
@@ -157,7 +157,7 @@ DOCUMENTATION :: END
if row['live']:
href = page('info', row['rating_key'], row['guid'], history=True, live=row['live'])
else:
- href = page('info', row['rating_key'])
+ href = page('info', row['rating_key'], history=True)
%>
${row['title']}