mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-10 17:35:00 -06:00
Add source field in Torrent creator. Closes #7965.
This field is often used for cross-seeding between (private) trackers.
This commit is contained in:
@@ -43,6 +43,7 @@ namespace BitTorrent
|
||||
QString inputPath;
|
||||
QString savePath;
|
||||
QString comment;
|
||||
QString source;
|
||||
QStringList trackers;
|
||||
QStringList urlSeeds;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user