From 3656ef152abf3203109c2cb0735aa13c28208456 Mon Sep 17 00:00:00 2001 From: Dalton Date: Sat, 25 Jan 2020 21:40:30 -0600 Subject: [PATCH] fixed issue with lbry.tv --- ui/component/router/view.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/component/router/view.jsx b/ui/component/router/view.jsx index 4649d8fd3..83055eee8 100644 --- a/ui/component/router/view.jsx +++ b/ui/component/router/view.jsx @@ -103,7 +103,9 @@ function AppRouter(props: Props) { document.title = IS_WEB ? SITE_TITLE : 'LBRY'; } + // @if TARGET='app' entries[entryIndex].title = document.title; + // @endif return () => { document.title = IS_WEB ? SITE_TITLE : 'LBRY'; };