mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
Don't use deprecated torrent_info fields
This commit is contained in:
@@ -186,7 +186,7 @@ qlonglong TorrentInfo::fileSize(int index) const
|
|||||||
qlonglong TorrentInfo::fileOffset(int index) const
|
qlonglong TorrentInfo::fileOffset(int index) const
|
||||||
{
|
{
|
||||||
if (!isValid()) return -1;
|
if (!isValid()) return -1;
|
||||||
return m_nativeInfo->file_at(index).offset;
|
return m_nativeInfo->files().file_offset(index);
|
||||||
}
|
}
|
||||||
|
|
||||||
QList<TrackerEntry> TorrentInfo::trackers() const
|
QList<TrackerEntry> TorrentInfo::trackers() const
|
||||||
|
|||||||
Reference in New Issue
Block a user