1
0
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:
Christian Muehlhaeuser 2014-08-25 16:50:41 +02:00
parent 716ac7e552
commit 5b799b4eb7

View File

@ -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