Skip to content

Commit 683167a

Browse files
committed
Fix #27
1 parent 263f208 commit 683167a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modals/MediaDbIdSearchModal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export class MediaDbIdSearchModal extends Modal {
1515
super(app);
1616
this.plugin = plugin;
1717
this.onSubmit = onSubmit;
18-
this.selectedApi = '';
18+
this.selectedApi = plugin.apiManager.apis[0].apiName;
1919
}
2020

2121
submitCallback(event: KeyboardEvent) {

0 commit comments

Comments
 (0)