actually fix FastSplash not saving
This commit is contained in:
@@ -85,7 +85,7 @@ by not waiting for the splash music to finish.
|
||||
<table>
|
||||
<tr>
|
||||
<td valign=top>
|
||||
<input type=checkbox name=fast_splash ${(wtvshared.parseBool(session_data.get("fast_splash"))) ? "checked=checked" : ''}>
|
||||
<input type=checkbox name=fast_splash ${(wtvshared.parseBool(session_data.getSessionData("fast_splash"))) ? "checked=checked" : ''}>
|
||||
|
||||
<td valign=top>
|
||||
FastSplash™
|
||||
|
||||
@@ -2,7 +2,7 @@ var minisrv_service_file = true;
|
||||
|
||||
|
||||
var fast_splash = wtvshared.parseBool(request_headers.query.fast_splash);
|
||||
session_data.set("fast_splash", fast_splash);
|
||||
session_data.setSessionData("fast_splash", fast_splash);
|
||||
session_data.saveSessionData();
|
||||
|
||||
headers = `200 OK
|
||||
|
||||
Reference in New Issue
Block a user