fixed issue with lbry.tv
This commit is contained in:
parent
1769140c98
commit
3656ef152a
1 changed files with 2 additions and 0 deletions
|
@ -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';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue