Don't do Videod = 0, since zmvideo might need them to concatting and they won't regenerated if they exist anyways. Or maybe we want to encode them at a higher framerate or something

This commit is contained in:
Isaac Connor 2015-12-21 16:04:31 -05:00
parent 239b494db8
commit 12d87c252f
1 changed files with 0 additions and 4 deletions

View File

@ -330,10 +330,6 @@ sub Sql {
{
push( @auto_terms, "E.Archived = 0" )
}
if ( $self->{AutoVideo} )
{
push( @auto_terms, "E.Videoed = 0" )
}
if ( $self->{AutoUpload} )
{
push( @auto_terms, "E.Uploaded = 0" )