mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 13:18:06 -06:00
- Fix possible crash with torrents containing unicode characters
This commit is contained in:
@@ -236,7 +236,7 @@ size_type QTorrentHandle::filesize_at(unsigned int index) const {
|
||||
|
||||
std::vector<announce_entry> const& QTorrentHandle::trackers() const {
|
||||
Q_ASSERT(h.is_valid());
|
||||
return h.trackers();
|
||||
return h.get_torrent_info().trackers();
|
||||
}
|
||||
|
||||
torrent_status::state_t QTorrentHandle::state() const {
|
||||
|
||||
Reference in New Issue
Block a user