Skip to content

Commit

Permalink
-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
igorshevach committed Aug 31, 2016
1 parent 60b98ba commit 1c02fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/playlistGenerator/MixFilterClip.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ var validateInput = function(fileInfo){
return false;
}

if(fileInfo.targetDuration && fileInfo.targetDuration >= fileInfo.video.duration){
if(fileInfo.targetDuration && fileInfo.targetDuration < fileInfo.video.duration){
that.logger.warn('FileInfo.video.duration > targetDuration %j > %j',fileInfo.video.duration,fileInfo.targetDuration);
return false;
}
Expand Down

0 comments on commit 1c02fea

Please sign in to comment.