mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 22:49:18 +00:00
don't persist offset mode
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import type {
|
||||
AutomationSettings,
|
||||
CustomFields,
|
||||
OffsetMode,
|
||||
OntimeRundown,
|
||||
ProjectData,
|
||||
Settings,
|
||||
@@ -17,5 +16,4 @@ export type DatabaseModel = {
|
||||
urlPresets: URLPreset[];
|
||||
customFields: CustomFields;
|
||||
automation: AutomationSettings;
|
||||
offsetMode: OffsetMode;
|
||||
};
|
||||
|
||||
@@ -14,5 +14,5 @@ export type Runtime = {
|
||||
actualStart: MaybeNumber;
|
||||
plannedEnd: MaybeNumber;
|
||||
expectedEnd: MaybeNumber;
|
||||
offsetMode: OffsetMode; // TODO: get proper names
|
||||
offsetMode: OffsetMode;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user