1
0
Fork 0

Add Calibre importer for CSV exports

Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
This commit is contained in:
André Jaenisch 2022-04-30 15:25:09 +02:00
parent a4a06fa32c
commit 3626db3c1a
No known key found for this signature in database
GPG key ID: 5A668E771F1ED854
4 changed files with 15 additions and 0 deletions

View file

@ -32,6 +32,9 @@
<option value="OpenLibrary" {% if current == 'OpenLibrary' %}selected{% endif %}>
OpenLibrary (CSV)
</option>
<option value="Calibre" {% if current == 'Calibre' %}selected{% endif %}>
Calibre (CSV)
</option>
</select>
</div>