私人影库支持解析ova

This commit is contained in:
mtvpls
2026-01-03 16:40:39 +08:00
parent 2054e3122f
commit a10bf361a8
8 changed files with 62 additions and 23 deletions
+1
View File
@@ -43,6 +43,7 @@ export interface VideoInfo {
season?: number;
title?: string;
parsed_from: 'videoinfo' | 'filename';
isOVA?: boolean;
};
};
last_updated: number;