Migrate remaining legacy operator workflows
This commit is contained in:
@@ -98,6 +98,9 @@ public static class PlayoutOptionsLoader
|
||||
ApplyBool(
|
||||
"MBN_STOCK_PLAYOUT_LEGACY_BACKGROUND_VIDEO_LOOP_INFINITE",
|
||||
value => options.LegacySceneBackgroundVideoLoopInfinite = value);
|
||||
ApplyString(
|
||||
"MBN_STOCK_PLAYOUT_LEGACY_BACKGROUND_DIRECTORY",
|
||||
value => options.LegacyBackgroundDirectory = value);
|
||||
ApplyString("MBN_STOCK_PLAYOUT_SCENE_DIRECTORY", value => options.SceneDirectory = value);
|
||||
ApplyString(
|
||||
"MBN_STOCK_PLAYOUT_TEST_WINDOW_TITLE_PATTERN",
|
||||
|
||||
Reference in New Issue
Block a user