feat(jimaku): add live-action subtitle search (#251)

This commit is contained in:
2026-09-18 22:50:13 -07:00
committed by GitHub
parent dd76782d30
commit 026d495fac
11 changed files with 571 additions and 28 deletions
+4
View File
@@ -190,8 +190,12 @@ export interface JimakuMediaInfo {
rawTitle: string;
}
export type JimakuSearchCategory = 'anime' | 'liveAction';
export interface JimakuSearchQuery {
query: string;
// Which Jimaku catalogue to search; defaults to anime when omitted.
category?: JimakuSearchCategory;
}
export interface JimakuEntryFlags {