diff --git a/cmd/files.go b/cmd/files.go index 26675e0..6b3ef5f 100644 --- a/cmd/files.go +++ b/cmd/files.go @@ -551,7 +551,7 @@ func pickFile(args []string, filters *Filters, sort string, index *Index) (strin fileList, fromCache := fileList(args, filters, sort, index) fileCount := len(fileList) - if fileCount == 0 { + if fileCount < 1 { return "", ErrNoImagesFound }