series for MAL

This commit is contained in:
mProjectsCode 2022-05-09 16:52:17 +02:00
parent c7a75ff93c
commit ac82168740
8 changed files with 101 additions and 80 deletions

View file

@ -31,7 +31,7 @@ export class MediaDbAdvancedSearchModal extends Modal {
console.log(this.selectedApis);
if (!this.query || this.query.length < 5) {
new Notice("MDB: Query to short");
new Notice('MDB: Query to short');
return;
}
@ -43,7 +43,7 @@ export class MediaDbAdvancedSearchModal extends Modal {
}
if (selectedAPICount === 0) {
new Notice("MDB: No API selected");
new Notice('MDB: No API selected');
return;
}