Fix indentation of searchresults
This commit is contained in:
parent
436a59b56b
commit
9a520b6c29
1 changed files with 523 additions and 527 deletions
|
@ -8,8 +8,6 @@ import '../../elements/emby-button/emby-button';
|
||||||
import ServerConnections from '../ServerConnections';
|
import ServerConnections from '../ServerConnections';
|
||||||
import template from './searchresults.template.html';
|
import template from './searchresults.template.html';
|
||||||
|
|
||||||
/* eslint-disable indent */
|
|
||||||
|
|
||||||
function loadSuggestions(instance, context, apiClient) {
|
function loadSuggestions(instance, context, apiClient) {
|
||||||
const options = {
|
const options = {
|
||||||
|
|
||||||
|
@ -620,5 +618,3 @@ class SearchResults {
|
||||||
}
|
}
|
||||||
|
|
||||||
export default SearchResults;
|
export default SearchResults;
|
||||||
|
|
||||||
/* eslint-enable indent */
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue