Remove BookBrainz option because there's no public API

This commit is contained in:
Robbie Antenesse 2019-09-26 13:00:13 -06:00
parent 1062b9b2fd
commit ebc5c9b06d
1 changed files with 0 additions and 8 deletions

View File

@ -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>