Move streamTitle to status so it can be updated via status polls in the background

This commit is contained in:
Gabe Kangas
2021-02-01 22:20:59 -08:00
parent 25766003d7
commit 590811663a
2 changed files with 8 additions and 6 deletions

View File

@ -54,6 +54,7 @@ const initialServerStatusState = {
overallPeakViewerCount: 0,
disableUpgradeChecks: true,
versionNumber: '0.0.0',
streamTitle: '',
};
export const ServerStatusContext = React.createContext({