mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
- Removed a useless function
- Stop resfreshing trackers errors in torrent properties because this is annoying when you're trying to read them
This commit is contained in:
@@ -466,7 +466,6 @@ void properties::updateInfos(){
|
||||
// torrent was removed, closing properties
|
||||
close();
|
||||
}
|
||||
loadTrackersErrors();
|
||||
// Update current tracker
|
||||
torrent_status torrentStatus = h.status();
|
||||
QString tracker = QString(torrentStatus.current_tracker.c_str()).trimmed();
|
||||
|
||||
Reference in New Issue
Block a user