mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
* Swap artist and track names in sidebar.
This commit is contained in:
@@ -813,7 +813,7 @@ Source::textStatus() const
|
||||
|
||||
if ( !currentTrack().isNull() )
|
||||
{
|
||||
return currentTrack()->queryTrack()->artist() + " - " + currentTrack()->queryTrack()->track();
|
||||
return currentTrack()->queryTrack()->track() + " - " + currentTrack()->queryTrack()->artist();
|
||||
}
|
||||
|
||||
// do not use isOnline() here - it will always return true for the local source
|
||||
|
Reference in New Issue
Block a user