Skip to content

Commit

Permalink
Merge pull request #4252 from uklotzde/soundsourceopus
Browse files Browse the repository at this point in the history
SoundSourceOpus: Fix invocation of inherited method
  • Loading branch information
daschuer authored Aug 29, 2021
2 parents 2d97044 + 45ca5aa commit b093668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sources/soundsourceopus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ SoundSourceOpus::importTrackMetadataAndCoverImage(
TrackMetadata* pTrackMetadata,
QImage* pCoverArt) const {
auto const imported =
SoundSource::importTrackMetadataAndCoverImage(
MetadataSourceTagLib::importTrackMetadataAndCoverImage(
pTrackMetadata, pCoverArt);
if (imported.first == ImportResult::Succeeded) {
// Done if the default implementation in the base class
Expand Down

0 comments on commit b093668

Please sign in to comment.