Fixed filenames in snapshot_list.

This commit is contained in:
Olivier Bagot 2013-11-24 20:59:15 +01:00
parent 0405a5c9cf
commit f84fc56f85

View File

@ -465,10 +465,10 @@ function snapshot_list(res, req) {
log.trace('snapshot_list: begin');
var data = '{"snapshots":['
+ '{"id":"snapshot_2013_11_10_09_00_00"},'
+ '{"id":"snapshot_2013_11_10_09_01_00"},'
+ '{"id":"snapshot_2013_11_10_09_02_00"},'
+ '{"id":"snapshot_2013_11_10_09_03_00"}'
+ '{"id":"snapshot_2013_11_10_09_00_00.jpg"},'
+ '{"id":"snapshot_2013_11_10_09_01_00.jpg"},'
+ '{"id":"snapshot_2013_11_10_09_02_00.jpg"},'
+ '{"id":"snapshot_2013_11_10_09_03_00.jpg"}'
+ '],"return":"0"}';
sendResponse(res, data);