mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
parent
b67da4bebe
commit
9d6d3a30eb
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ namespace
|
|||
|
||||
void TorrentsController::countAction()
|
||||
{
|
||||
setResult(QString::number(BitTorrent::Session::instance()->torrents().count()));
|
||||
setResult(QString::number(BitTorrent::Session::instance()->torrentsCount()));
|
||||
}
|
||||
|
||||
// Returns all the torrents in JSON format.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue