mirror of
https://gitlab.com/openlp/web-remote.git
synced 2024-12-22 03:22:48 +00:00
Allow searching other plugins besides songs
This commit is contained in:
parent
ce9d62af14
commit
8fb4d16742
@ -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