Remove unneeded break

This commit is contained in:
Jonas Kvinge 2021-06-21 18:14:59 +02:00
parent f95ff6cb89
commit af3834672e
1 changed files with 0 additions and 1 deletions

View File

@ -216,7 +216,6 @@ QUrl AlbumCoverChoiceController::LoadCoverFromFile(Song *song) {
QUrl cover_url = QUrl::fromLocalFile(cover_file);
SaveArtManualToSong(song, cover_url);
return cover_url;
break;
}
}