1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +02:00

Set *pretty* collection name as result friendly source

This commit is contained in:
Dominik Schmidt
2015-11-20 23:58:47 +01:00
parent 6823b57823
commit 576c91eb19

View File

@@ -385,7 +385,7 @@ ScriptCollection::onResolveRequestDone( const QVariantMap& data )
foreach( const result_ptr& result, results )
{
result->setResolvedByCollection( weakRef().toStrongRef() );
result->setFriendlySource( name() );
result->setFriendlySource( prettyName() );
}
Tomahawk::Pipeline::instance()->reportResults( qid, this, results );