mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
(trunk) #2802, #2716, #2717 -- remember magnet links and their settings between sessions, and allow their trackers to be modified
This commit is contained in:
@@ -381,7 +381,7 @@ main( int argc,
|
||||
if( fileContents != NULL ) {
|
||||
tr_ctorSetMetainfo( ctor, fileContents, fileLength );
|
||||
} else if( !memcmp( torrentPath, "magnet:?", 8 ) ) {
|
||||
tr_ctorSetMagnet( ctor, torrentPath );
|
||||
tr_ctorSetMetainfoFromMagnetLink( ctor, torrentPath );
|
||||
} else if( !memcmp( torrentPath, "http", 4 ) ) {
|
||||
tr_webRun( h, torrentPath, NULL, onTorrentFileDownloaded, ctor );
|
||||
waitingOnWeb = TRUE;
|
||||
|
||||
Reference in New Issue
Block a user