修复切换订阅interval

This commit is contained in:
whyour
2022-05-26 14:41:22 +08:00
parent cc24e51cd7
commit 8d46115823
5 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ export class Subscription {
constructor(options: Subscription) {
this.id = options.id;
this.name = options.name;
this.name = options.name || options.alias;
this.type = options.type;
this.schedule = options.schedule;
this.status =