Allow to request torrents count via WebAPI

PR #19831.
Closes #19731.
This commit is contained in:
Vladimir Golovnev
2023-11-02 11:12:32 +03:00
committed by GitHub
parent 4a20a1660e
commit cecbb44a03
3 changed files with 7 additions and 1 deletions

View File

@@ -234,6 +234,11 @@ namespace
}
}
void TorrentsController::countAction()
{
setResult(QString::number(BitTorrent::Session::instance()->torrents().count()));
}
// Returns all the torrents in JSON format.
// The return value is a JSON-formatted list of dictionaries.
// The dictionary keys are: