1
0
Fork 0

Merge pull request #2093 from Ryuno-Ki/calibre-import

Calibre import. Fixes #627
This commit is contained in:
Mouse Reeve 2022-05-23 12:37:50 -07:00 committed by GitHub
commit 1843959d10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 152 additions and 15 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>