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:
parent
239b494db8
commit
12d87c252f
|
@ -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" )
|
||||
|
|
Loading…
Reference in New Issue