Use possibly-safer means of emitting maybe_sequence.
[dcpomatic.git] / src / lib / config.cc
index 22eb5b0e2b49e01309184f17ce9f1965060884d7..8c76671d4f4062702e1be17ff4524595e8d49919 100644 (file)
@@ -162,7 +162,7 @@ Config::set_defaults ()
        _christie_password = optional<string>();
        _gdc_username = optional<string>();
        _gdc_password = optional<string>();
-       _interface_complexity = INTERFACE_FULL;
+       _interface_complexity = INTERFACE_SIMPLE;
 
        _allowed_dcp_frame_rates.clear ();
        _allowed_dcp_frame_rates.push_back (24);