fixed issue with lbry.tv

This commit is contained in:
Dalton 2020-01-25 21:40:30 -06:00 committed by Sean Yesmunt
parent 1769140c98
commit 3656ef152a

View file

@ -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';
};