mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 06:29:07 +00:00
don't persist offset mode
This commit is contained in:
@@ -170,8 +170,6 @@ export const startServer = async (
|
||||
|
||||
socket.init(expressServer, showWelcome, prefix);
|
||||
|
||||
const offsetMode = getDataProvider().getOffsetMode();
|
||||
|
||||
/**
|
||||
* Module initialises the services and provides initial payload for the store
|
||||
*/
|
||||
@@ -212,7 +210,6 @@ export const startServer = async (
|
||||
|
||||
// TODO: pass event store to rundownservice
|
||||
runtimeService.init(maybeRestorePoint);
|
||||
runtimeService.setOffsetMode(offsetMode);
|
||||
|
||||
const nif = getNetworkInterfaces();
|
||||
consoleSuccess(`Local: http://localhost:${resultPort}${prefix}/editor`);
|
||||
|
||||
Reference in New Issue
Block a user