aboutsummaryrefslogtreecommitdiffstats
path: root/pages/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'pages/index.tsx')
-rw-r--r--pages/index.tsx8
1 files changed, 7 insertions, 1 deletions
diff --git a/pages/index.tsx b/pages/index.tsx
index 82e3381..259776d 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -74,7 +74,13 @@ const CustomPlayerPage = () => {
return (
<PageBase>
<Head>
- <title>Custom Player - Ragtag Archive</title>
+ {
+ infoJson && infoJson.title ? (
+ <title>{infoJson.title}</title>
+ ) :
+ <title>a very nice video</title>
+ }
+
</Head>
{showPlayer ? (
<div className="mt-2">
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage