mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
(trunk gtk) tweak the last commit a little.
This commit is contained in:
@@ -486,7 +486,7 @@ onAddURLResponse( GtkDialog * dialog, int response, gpointer user_data )
|
||||
{
|
||||
TrCore * core = user_data;
|
||||
|
||||
if( gtr_is_supported_url( url ) )
|
||||
if( gtr_is_supported_url( url ) || gtr_is_magnet_link( url ) )
|
||||
{
|
||||
tr_core_add_from_url( core, url );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user