Added more clarity
When searching for seasons the modal specifies that you must select only one series to proceed to the season selection screen
This commit is contained in:
parent
59919f9461
commit
d748d9840e
4 changed files with 26 additions and 11 deletions
|
|
@ -20,9 +20,9 @@ export class MediaDbSearchResultModal extends SelectModal<MediaTypeModel> {
|
|||
super(plugin.app, selectModalOptions.elements ?? [], selectModalOptions.multiSelect);
|
||||
this.plugin = plugin;
|
||||
this.title = selectModalOptions.modalTitle ?? '';
|
||||
this.description = 'Select one or multiple search results.';
|
||||
this.description = selectModalOptions.description ?? 'Select one or multiple search results.';
|
||||
this.addSkipButton = selectModalOptions.skipButton ?? false;
|
||||
this.submitButtonText = 'Ok';
|
||||
this.submitButtonText = selectModalOptions.submitButtonText ?? 'Ok';
|
||||
this.busy = false;
|
||||
this.sendCallback = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue