mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-09 13:24:26 +00:00
Fix typo
This commit is contained in:
parent
c7f1f1494e
commit
ec7dfee887
@ -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…
x
Reference in New Issue
Block a user