mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-11 08:34:34 +02:00
* Remove dupe code path.
This commit is contained in:
@@ -251,12 +251,6 @@ ArtistInfoWidget::jumpToCurrentTrack()
|
|||||||
if ( ui->topHits && ui->topHits->jumpToCurrentTrack() )
|
if ( ui->topHits && ui->topHits->jumpToCurrentTrack() )
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
if ( ui->albums && ui->albums->jumpToCurrentTrack() )
|
|
||||||
return true;
|
|
||||||
|
|
||||||
if ( ui->relatedArtists && ui->relatedArtists->jumpToCurrentTrack() )
|
|
||||||
return true;
|
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user