mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-04 21:27:58 +02:00
* Fixed wording on album page.
This commit is contained in:
@@ -80,6 +80,8 @@ AlbumInfoWidget::load( const album_ptr& album )
|
|||||||
m_album = album;
|
m_album = album;
|
||||||
m_title = album->name();
|
m_title = album->name();
|
||||||
m_description = album->artist()->name();
|
m_description = album->artist()->name();
|
||||||
|
ui->albumsLabel->setText( tr( "Other Albums by %1" ).arg( album->artist()->name() ) );
|
||||||
|
|
||||||
m_tracksModel->addTracks( album, QModelIndex() );
|
m_tracksModel->addTracks( album, QModelIndex() );
|
||||||
|
|
||||||
DatabaseCommand_AllAlbums* cmd = new DatabaseCommand_AllAlbums();
|
DatabaseCommand_AllAlbums* cmd = new DatabaseCommand_AllAlbums();
|
||||||
|
Reference in New Issue
Block a user