mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-02-16 11:05:15 +00:00
Adding FictionBook format ("FB2", "FB3") to autocomplete options in "Get a copy" block.
This commit is contained in:
parent
193aeff4d2
commit
2d4b11aaee
1 changed files with 4 additions and 0 deletions
|
@ -111,6 +111,10 @@ const tries = {
|
|||
},
|
||||
},
|
||||
f: {
|
||||
b: {
|
||||
2: "FB2",
|
||||
3: "FB3",
|
||||
},
|
||||
l: {
|
||||
a: {
|
||||
c: "FLAC",
|
||||
|
|
Loading…
Reference in a new issue