diff --git a/rslib/src/config/schema11.rs b/rslib/src/config/schema11.rs index afbc398e6..9a284738f 100644 --- a/rslib/src/config/schema11.rs +++ b/rslib/src/config/schema11.rs @@ -25,6 +25,7 @@ pub(crate) fn schema11_config_as_string(creation_offset: Option) -> String "schedVer": 2, "creationOffset": creation_offset, "sched2021": true, + "fsrs": true, }); serde_json::to_string(&obj).unwrap() }