Skip to content

Commit

Permalink
Fix seeding state subtitle info
Browse files Browse the repository at this point in the history
  • Loading branch information
XITRIX committed Nov 23, 2024
1 parent 53e424c commit 68a424a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ private extension TorrentHandle.Snapshot {
if state == .downloading {
text += " - ↓ \(downloadRate.bitrateToHumanReadable)/s"
text += " - \(timeRemains)"
} else if state == .seeding {
text += " - ↑ \(uploadRate.bitrateToHumanReadable)/s"
}

return text
Expand Down

0 comments on commit 68a424a

Please sign in to comment.