mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 09:02:31 -06:00
Fix TorrentHandle rootPath() and contentPath() methods
This commit is contained in:
@@ -207,6 +207,9 @@ namespace BitTorrent
|
||||
// file4
|
||||
//
|
||||
//
|
||||
// Torrent A* (Torrent A in "strip root folder" mode)
|
||||
//
|
||||
//
|
||||
// Torrent B (singlefile)
|
||||
//
|
||||
// torrentB/
|
||||
@@ -223,6 +226,7 @@ namespace BitTorrent
|
||||
// | | rootPath | contentPath |
|
||||
// |---|------------------------------|--------------------------------------------|
|
||||
// | A | /home/user/torrents/torrentA | /home/user/torrents/torrentA |
|
||||
// | A*| <empty> | /home/user/torrents |
|
||||
// | B | /home/user/torrents/torrentB | /home/user/torrents/torrentB/subdir1/file1 |
|
||||
// | C | /home/user/torrents/file1 | /home/user/torrents/file1 |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user