fix FastSplash setting not saving to profile

This commit is contained in:
zefie
2022-10-16 12:30:46 -04:00
parent 8488b6ec6f
commit 60cdb3bb72

View File

@@ -2,9 +2,8 @@ var minisrv_service_file = true;
var fast_splash = wtvshared.parseBool(request_headers.query.fast_splash);
session_data.set("fast_splash", fast_splash);
session_data.saveSessionData();
headers = `200 OK
Connection: Keep-Alive