mirror of
				https://gitlab.com/Alamantus/Readlebee.git
				synced 2025-11-04 10:17:03 +01:00 
			
		
		
		
	Remove BookBrainz option because there's no public API
This commit is contained in:
		
							parent
							
								
									1062b9b2fd
								
							
						
					
					
						commit
						ebc5c9b06d
					
				
					 1 changed files with 0 additions and 8 deletions
				
			
		| 
						 | 
				
			
			@ -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…
	
	Add table
		
		Reference in a new issue