{{ error }}
{{ isDragging ? 'Drop files' : "Drag n' drop files or folders" }}
or
Supported File Types: {{ inputAccept.join(', ') }}
{{ books.length }} book{{ books.length === 1 ? '' : 's' }}
| {{ ignoredFiles.length }} file{{ ignoredFiles.length === 1 ? '' : 's' }} ignored
No books found
Unsupported files are ignored. When choosing or dropping a folder, other files that are not in a book folder are ignored.
Supported File Types: {{ inputAccept.join(', ') }}