mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
yWeb: correction in fbshot handling
Origin commit data
------------------
Branch: ni/coolstream
Commit: a56e3fb1bd
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-03-31 (Tue, 31 Mar 2015)
Origin message was:
------------------
- yWeb: correction in fbshot handling
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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