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