mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-21 15:09:10 +00:00
refactor: remove frozen implementation
This commit is contained in:
committed by
Carlos Valente
parent
55d349877b
commit
29e682ee06
@@ -51,6 +51,5 @@ export const runtimeStorePlaceholder: RuntimeStore = {
|
||||
duration: 0,
|
||||
playback: SimplePlayback.Stop,
|
||||
},
|
||||
frozen: false,
|
||||
ping: -1,
|
||||
};
|
||||
|
||||
@@ -25,7 +25,6 @@ export type RuntimeStore = {
|
||||
// extra timers
|
||||
auxtimer1: SimpleTimerState;
|
||||
|
||||
// flags
|
||||
frozen: boolean;
|
||||
// utils
|
||||
ping: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user