mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 17:14:00 +02:00
Whoops
This commit is contained in:
@@ -297,7 +297,7 @@ TreeModel::data( const QModelIndex& index, int role ) const
|
||||
{
|
||||
return entry->album()->name();
|
||||
}
|
||||
else if ( role = NameRole )
|
||||
else if ( role == NameRole )
|
||||
{
|
||||
return entry->result()->track();
|
||||
}
|
||||
|
Reference in New Issue
Block a user