mirror of
https://gitlab.com/openlp/web-remote.git
synced 2024-12-22 03:22:48 +00:00
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:
commit
7214b892ce
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user