mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-10 08:04:25 +02:00
Added debug.
This commit is contained in:
@@ -308,7 +308,7 @@ DropJob::isDropType( DropJob::DropType desired, const QMimeData* data )
|
|||||||
{
|
{
|
||||||
if ( resolver->canParseUrl( url, ExternalResolver::Playlist ) )
|
if ( resolver->canParseUrl( url, ExternalResolver::Playlist ) )
|
||||||
{
|
{
|
||||||
tLog( LOGVERBOSE ) << Q_FUNC_INFO << "Accepting current drop as a playlist";
|
tLog( LOGVERBOSE ) << Q_FUNC_INFO << "Accepting current drop as a playlist" << resolver->name();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user