mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
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 template from './searchresults.template.html';
|
||||
|
||||
/* eslint-disable indent */
|
||||
|
||||
function loadSuggestions(instance, context, apiClient) {
|
||||
const options = {
|
||||
|
||||
|
@ -620,5 +618,3 @@ class SearchResults {
|
|||
}
|
||||
|
||||
export default SearchResults;
|
||||
|
||||
/* eslint-enable indent */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue