1
0
Fork 0
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:
Bill Thornton 2021-05-28 15:59:34 -04:00
parent 436a59b56b
commit 9a520b6c29

View file

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