mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-11 00:24:12 +02:00
* Fix album / artist order in Infobar caption.
This commit is contained in:
@@ -291,7 +291,7 @@ PlaylistManager::show( const Tomahawk::album_ptr& album )
|
||||
m_currentInterface = view->proxyModel();
|
||||
}
|
||||
|
||||
m_infobar->setCaption( tr( "All tracks on %1 by %2" ).arg( album->artist()->name() ).arg( album->name() ) );
|
||||
m_infobar->setCaption( tr( "All tracks on %1 by %2" ).arg( album->name() ).arg( album->artist()->name() ) );
|
||||
m_infobar->setDescription( "" );
|
||||
|
||||
m_superCollectionVisible = false;
|
||||
|
Reference in New Issue
Block a user