Skip to content
Snippets Groups Projects
Commit a807a135 authored by Christian Pointner's avatar Christian Pointner
Browse files

remove strange sanity check

parent 03619dd7
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ func (job *Job) normalize(loudness interface{}) error {
}
srcStat, err := src.Stat()
if err != nil || srcStat.Size() < 0 {
if err != nil {
done <- err
return
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment