diff --git a/src/app/search.component.ts b/src/app/search.component.ts
index 2a38077..9d04b89 100644
--- a/src/app/search.component.ts
+++ b/src/app/search.component.ts
@@ -27,8 +27,8 @@ template: `
{{item[1]}} |
- |
- |
+ |
+ |
@@ -42,7 +42,7 @@ export class OpenLPSearchComponent implements OnInit {
public searchPlugins: PluginDescription[] = [];
public searchText = null;
public searchResults = null;
- public selectedPlugin: string;
+ public selectedPlugin: string = "songs";
public currentPlugin: string;
constructor(private openlpService: OpenLPService) {}