mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 21:57:41 +02:00
Unbreak url drops
This commit is contained in:
@@ -91,7 +91,7 @@ DropJob::acceptsMimeData( const QMimeData* data, DropJob::DropTypes acceptedType
|
|||||||
}
|
}
|
||||||
|
|
||||||
// check plain text url types
|
// check plain text url types
|
||||||
if ( !data->hasFormat( "text/plain" ) || !data->hasFormat( "text/uri-list" ) )
|
if ( !data->hasFormat( "text/plain" ) )
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
const QString url = data->data( "text/plain" );
|
const QString url = data->data( "text/plain" );
|
||||||
|
Reference in New Issue
Block a user