WebAPI: Add more properties to 'torrents/info' result

PR #22753.
This commit is contained in:
Vladimir Golovnev
2025-05-27 09:37:06 +03:00
committed by GitHub
parent c79a9624af
commit 8cd1a80852
3 changed files with 27 additions and 7 deletions

View File

@@ -1438,7 +1438,7 @@ int TorrentImpl::totalLeechersCount() const
int TorrentImpl::downloadLimit() const
{
return m_downloadLimit;;
return m_downloadLimit;
}
int TorrentImpl::uploadLimit() const