mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-09 01:36:45 +08:00
fix torrent type
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "moviepilot",
|
"name": "moviepilot",
|
||||||
"version": "1.6.8-2",
|
"version": "1.6.9",
|
||||||
"private": true,
|
"private": true,
|
||||||
"bin": "dist/service.js",
|
"bin": "dist/service.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -658,6 +658,9 @@ export interface TorrentInfo {
|
|||||||
// 剩余免费时间
|
// 剩余免费时间
|
||||||
freedate_diff: string
|
freedate_diff: string
|
||||||
|
|
||||||
|
// 种子类型
|
||||||
|
category: string
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 识别元数据
|
// 识别元数据
|
||||||
|
|||||||
Reference in New Issue
Block a user