feat: add search_imdbid

This commit is contained in:
WangEdward
2024-03-04 21:36:06 +08:00
parent 4bb59a9f05
commit a517769e8a
2 changed files with 13 additions and 0 deletions

View File

@@ -80,6 +80,9 @@ export interface Subscribe {
// 是否洗版数字或者boolean
best_version: any
// 使用 imdbid 搜索
search_imdbid?: boolean
// 当前优先级
current_priority: number