Remove BookBrainz option because there's no public API
This commit is contained in:
parent
1062b9b2fd
commit
ebc5c9b06d
|
@ -61,11 +61,6 @@ export const searchView = (state, emit, i18n) => {
|
|||
Open Library
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://bookbrainz.org/" target="_blank">
|
||||
BoookBrainz
|
||||
</a>
|
||||
</li>
|
||||
</ul>`,
|
||||
], {
|
||||
buttonText: 'What\'s This?',
|
||||
|
@ -83,9 +78,6 @@ export const searchView = (state, emit, i18n) => {
|
|||
<option value="openLibrary" ${controller.state.searchSource === 'openLibrary' ? 'selected' : null}>
|
||||
Open Library
|
||||
</option>
|
||||
<option value="bookBrainz" ${controller.state.searchSource === 'bookBrainz' ? 'selected' : null}>
|
||||
BookBrainz
|
||||
</option>
|
||||
</select>
|
||||
</label>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue