1
0
Fork 0

add storygraph import

This commit is contained in:
Allie Signet 2021-05-10 14:00:51 -03:00
parent 78f3e2efc2
commit 36439506b6
4 changed files with 39 additions and 1 deletions

View file

@ -20,6 +20,9 @@
<option value="GoodReads" {% if current == 'GoodReads' %}selected{% endif %}>
GoodReads (CSV)
</option>
<option value="Storygraph" {% if current == 'Storygraph' %}selected{% endif %}>
Storygraph (CSV)
</option>
<option value="LibraryThing" {% if current == 'LibraryThing' %}selected{% endif %}>
LibraryThing (TSV)
</option>