Commit d4da37a8 authored by ibuler's avatar ibuler

[Bugfix] 修复语法bug

parent b0b6f3a5
...@@ -71,13 +71,6 @@ export class JsonComponent implements OnInit { ...@@ -71,13 +71,6 @@ export class JsonComponent implements OnInit {
return formatTime(this.time); return formatTime(this.time);
} }
set position(data) { set position(data) {
return '00:00';
}
get duration() {
return formatTime(this.max);
}
set duration(data) {
return '00:00';
} }
@Input() replay: Replay; @Input() replay: Replay;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment