Snapshot exports are now flat, without frame images

This commit is contained in:
Isaac Connor 2021-08-06 13:18:31 -04:00
parent eecf568041
commit f2a1d06f64
1 changed files with 3 additions and 2 deletions

View File

@ -96,13 +96,14 @@ function initPage() {
evt.preventDefault();
formData = {
eids: snapshot.EventIds,
exportImages: 1,
exportImages: 0,
exportVideo: 0,
exportFrames: 0,
exportDetail: 0,
exportMisc: 0,
exportMisc: 1,
exportFormat: 'zip',
exportCompress: 0,
exportStructure: 'flat',
exportFile: 'Snapshot'+snapshot.Id
};
$j.getJSON(thisUrl + '?view=event&request=event&action=export', formData)