fix FastSplash setting not saving to profile
This commit is contained in:
@@ -2,9 +2,8 @@ var minisrv_service_file = true;
|
|||||||
|
|
||||||
|
|
||||||
var fast_splash = wtvshared.parseBool(request_headers.query.fast_splash);
|
var fast_splash = wtvshared.parseBool(request_headers.query.fast_splash);
|
||||||
|
|
||||||
|
|
||||||
session_data.set("fast_splash", fast_splash);
|
session_data.set("fast_splash", fast_splash);
|
||||||
|
session_data.saveSessionData();
|
||||||
|
|
||||||
headers = `200 OK
|
headers = `200 OK
|
||||||
Connection: Keep-Alive
|
Connection: Keep-Alive
|
||||||
|
|||||||
Reference in New Issue
Block a user