mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-15 21:43:00 +02:00
Break in switch to not fall through to assert
This commit is contained in:
parent
0fe0e01a62
commit
2a2b918772
@ -236,7 +236,9 @@ MusicBrainzPlugin::gotReleasesSlot()
|
||||
QNetworkReply* newReply = TomahawkUtils::nam()->get( QNetworkRequest( url ) );
|
||||
newReply->setProperty( "requestData", oldReply->property( "requestData" ) );
|
||||
connect( newReply, SIGNAL( finished() ), SLOT( gotRecordingsSlot() ) );
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
default:
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user