mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-12 02:21:06 +08:00
fix subscribe
This commit is contained in:
@@ -37,6 +37,8 @@ export interface Subscribe {
|
||||
note?: string;
|
||||
// 状态:N-新建, R-订阅中
|
||||
state: string;
|
||||
// 最后更新时间
|
||||
last_update: string;
|
||||
}
|
||||
|
||||
// 历史记录
|
||||
|
||||
Reference in New Issue
Block a user