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
|
Open Library
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<a href="https://bookbrainz.org/" target="_blank">
|
|
||||||
BoookBrainz
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>`,
|
</ul>`,
|
||||||
], {
|
], {
|
||||||
buttonText: 'What\'s This?',
|
buttonText: 'What\'s This?',
|
||||||
|
@ -83,9 +78,6 @@ export const searchView = (state, emit, i18n) => {
|
||||||
<option value="openLibrary" ${controller.state.searchSource === 'openLibrary' ? 'selected' : null}>
|
<option value="openLibrary" ${controller.state.searchSource === 'openLibrary' ? 'selected' : null}>
|
||||||
Open Library
|
Open Library
|
||||||
</option>
|
</option>
|
||||||
<option value="bookBrainz" ${controller.state.searchSource === 'bookBrainz' ? 'selected' : null}>
|
|
||||||
BookBrainz
|
|
||||||
</option>
|
|
||||||
</select>
|
</select>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue