Skip to content

Commit

Permalink
Fix unclear desciption
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrarvolution committed Mar 19, 2024
1 parent 73e0f1d commit 0e890d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/jsx/KBRG/KBRG_TimecodeCorrection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Agrarvolution.timecodeCorrection = {

/*check processing
* This currently ignores changes to the thumbnails if they are not made with the array update / csv pipeline.
* @Todo Add ability to check every time related type of thumbnail metadata change.
* @Todo Add ability to check every time when a thumbnail metadata change happens.
*/
var checkCache = new CacheThumbnails(parameters);
if (parameters.timecodes) {
Expand Down
2 changes: 1 addition & 1 deletion src/jsx/KBRG/tests.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
if (app.eventHandlers) { //uses the fact, that app.eventhandlers is only available if the script is directly called to guard the test scripts
testCache();
tests();
//wavTest();
// wavTest();
}

function testCache() {
Expand Down

0 comments on commit 0e890d5

Please sign in to comment.