mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-17 20:37:35 +08:00
fix 正在下载显示剩余下载时间
This commit is contained in:
@@ -17,7 +17,7 @@ function getPercentage() {
|
||||
|
||||
// 速度
|
||||
function getSpeedText() {
|
||||
return `↑ ${props.info?.upspeed}/s ↓ ${props.info?.dlspeed}/s`
|
||||
return `↑ ${props.info?.upspeed}/s ↓ ${props.info?.dlspeed}/s ${props.info?.left_time}`
|
||||
}
|
||||
|
||||
// 下载状态
|
||||
|
||||
Reference in New Issue
Block a user