Merge branch '2-all-search-categories-search-songs' into 'master'

Resolve "All search categories search songs"

Closes #2

See merge request openlp/web-remote!12
This commit is contained in:
Tim Bentley 2020-04-04 10:43:37 +00:00
commit 7214b892ce
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ export class SearchComponent implements OnInit {
onSubmit() {
this.currentPlugin = this.selectedPlugin;
this.currentPlugin = 'songs';
this.openlpService.search(this.currentPlugin, this.searchText).subscribe(items => this.searchResults = items);
}