fix: fixed tellyscript path for wtv-1800:/noflash (bf0app braindead)

This commit is contained in:
zefie
2021-08-05 10:50:14 -04:00
parent a82f00265c
commit dee03319cd

View File

@@ -25,7 +25,7 @@ wtv-client-time-zone: GMT -0000
wtv-client-time-dst-rule: GMT wtv-client-time-dst-rule: GMT
wtv-client-date: `+ strftime("%a, %d %b %Y %H:%M:%S", new Date(new Date().toUTCString())) + ` GMT`; wtv-client-date: `+ strftime("%a, %d %b %Y %H:%M:%S", new Date(new Date().toUTCString())) + ` GMT`;
var file_path = __dirname + "/ServiceDeps/premade_tellyscripts/BF0APP/bf0app_boot_uncompressed.tok"; var file_path = __dirname + "/ServiceDeps/premade_tellyscripts/bf0app/bf0app_WTV_18006138199.tok";
if (file_path) { if (file_path) {
request_is_async = true; request_is_async = true;