ignore lastWrittenByVersion when reading settings

This commit is contained in:
Armin Schrenk
2023-02-23 11:57:26 +01:00
parent e94572960e
commit d246b54268

View File

@@ -109,6 +109,7 @@ public class SettingsJsonAdapter extends TypeAdapter<Settings> {
settings.mountService().set(in.nextString());
}
}
case "lastWrittenByVersion" -> in.skipValue(); //noop
//1.6.x legacy
case "preferredVolumeImpl" -> volumeImpl = in.nextString();
//legacy end