mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-21 00:12:06 +02:00
* Swap artist and track names in sidebar.
This commit is contained in:
parent
716ac7e552
commit
5b799b4eb7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user