mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
Fix typo
This commit is contained in:
parent
73fcecac76
commit
b515c7eda4
1 changed files with 1 additions and 1 deletions
|
@ -3506,7 +3506,7 @@ void Session::setMaxRatioAction(MaxRatioAction act)
|
||||||
}
|
}
|
||||||
|
|
||||||
// If this functions returns true, we cannot add torrent to session,
|
// If this functions returns true, we cannot add torrent to session,
|
||||||
// but it is still possible to merge trackers in some case
|
// but it is still possible to merge trackers in some cases
|
||||||
bool Session::isKnownTorrent(const InfoHash &hash) const
|
bool Session::isKnownTorrent(const InfoHash &hash) const
|
||||||
{
|
{
|
||||||
return (m_torrents.contains(hash)
|
return (m_torrents.contains(hash)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue