mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Rewrite code for returning information about torrents as JSON (Web UI)
- The new code is simpler, cleaner and more efficient
This commit is contained in:
parent
fc4989d738
commit
9a964d871d
19 changed files with 825 additions and 412 deletions
|
@ -682,7 +682,7 @@ void QBtSession::initWebUi() {
|
|||
httpServer->close();
|
||||
}
|
||||
} else {
|
||||
httpServer = new HttpServer(3000, this);
|
||||
httpServer = new HttpServer(this);
|
||||
}
|
||||
|
||||
#ifndef QT_NO_OPENSSL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue