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