feat: manhwa check

This commit is contained in:
2024-07-17 16:38:12 +03:00
parent c9c959ce76
commit 8c87401482
4 changed files with 34 additions and 27 deletions

View File

@@ -59,4 +59,8 @@ export class SearchService {
}),
);
}
isManhwa(url: string): Observable<boolean> {
return this.parser.isManhwa(url);
}
}