1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 17:14:00 +02:00
This commit is contained in:
Dominik Schmidt
2011-09-08 02:54:07 +02:00
parent a0c3806da7
commit 7185b4e778

View File

@@ -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();
}