more optimizations, remove WTVIRC for now, upgrade test.js
This commit is contained in:
@@ -6,7 +6,7 @@ const request_path = request_headers.request_url.replace(service_name + ":/", ""
|
||||
const romtype = session_data.get("wtv-client-rom-type");
|
||||
const bootver = session_data.get("wtv-client-bootrom-version")
|
||||
|
||||
if ((romtype == "bf0app" || !romtype) && (bootver == "105" || !bootver)) {
|
||||
if ((romtype === "bf0app" || !romtype) && (bootver === "105" || !bootver)) {
|
||||
// assume old classic in flash mode, override user setting and send tellyscript
|
||||
// because it is required to proceed in flash mode
|
||||
bf0app_update = true;
|
||||
|
||||
Reference in New Issue
Block a user