mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
- yWeb: correction in fbshot handling
This commit is contained in:
@@ -44,7 +44,7 @@ function do_snapshot() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ("{=var-get:fbshot=}" != "" && enableVideo == 0)
|
if ("{=var-get:fbshot=}" != "" && enableVideo == 0)
|
||||||
dbox_exec_tools("{=var-get:fbshot=} fb /tmp/"+filename+".png");
|
dbox_exec_tools("fbshot fb /tmp/"+filename+".png");
|
||||||
else
|
else
|
||||||
loadSyncURL("/control/screenshot?name="+filename+"&osd="+enableOSD+"&video="+enableVideo);
|
loadSyncURL("/control/screenshot?name="+filename+"&osd="+enableOSD+"&video="+enableVideo);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user