mirror of
https://github.com/owncast/owncast.git
synced 2025-11-01 19:32:20 +08:00
Move streamTitle to status so it can be updated via status polls in the background
This commit is contained in:
@ -54,6 +54,7 @@ const initialServerStatusState = {
|
||||
overallPeakViewerCount: 0,
|
||||
disableUpgradeChecks: true,
|
||||
versionNumber: '0.0.0',
|
||||
streamTitle: '',
|
||||
};
|
||||
|
||||
export const ServerStatusContext = React.createContext({
|
||||
|
||||
Reference in New Issue
Block a user