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:
@@ -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 );
|
||||
|
Reference in New Issue
Block a user