mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +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
|
||||
if ( !data->hasFormat( "text/plain" ) || !data->hasFormat( "text/uri-list" ) )
|
||||
if ( !data->hasFormat( "text/plain" ) )
|
||||
return false;
|
||||
|
||||
const QString url = data->data( "text/plain" );
|
||||
|
Reference in New Issue
Block a user