projects
/
jsonserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84c6cb8
)
Server returns path of recording after move
author
Chris Tallon
<chris@vomp.tv>
Sun, 7 Apr 2013 19:23:53 +0000
(20:23 +0100)
committer
Chris Tallon
<chris@vomp.tv>
Sun, 7 Apr 2013 19:23:53 +0000
(20:23 +0100)
handler.c
patch
|
blob
|
history
diff --git
a/handler.c
b/handler.c
index 973dbf95e3693e14b3aa6ee5c69c7484a06eda7b..9d955fc1ddda1446903cea37e8c96d2596424ba5 100644
(file)
--- a/
handler.c
+++ b/
handler.c
@@
-426,6
+426,7
@@
bool jsonserver_recmove(Json::Value& js, const char* postData)
::Recordings.Update();
js["Result"] = true;
+ js["NewRecordingFileName"] = newDir;
}
else
{