Skip to content

Commit

Permalink
Add data from checking timecode changes to callback data.
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrarvolution committed Feb 22, 2024
1 parent 740bca5 commit 59da37b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/jsx/KBRG/KBRG_TimecodeCorrection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,8 @@ Agrarvolution.timecodeCorrection = {

//check processing
var checkCache = new CacheThumbnails(parameters);
if (parameters.logging) {

} else {

if (input.timecodes) {
return JSON.stringify(checkCache.compareTimecodes(input.timecodes));
}

Agrarvolution.logToCEP("Time formats for " + processedMedia + " media thumbnails have been updated.",
Expand Down

0 comments on commit 59da37b

Please sign in to comment.