musikr: fix build error
This commit is contained in:
parent
b388474655
commit
3741f1ff07
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ private class ExtractStepImpl(
|
|||
context.contentResolver.openFileDescriptor(f.uri, "r")
|
||||
}
|
||||
?.use {
|
||||
val extractedMetadata = metadataExtractor.extract(f, fd)
|
||||
val extractedMetadata = metadataExtractor.extract(file, it)
|
||||
|
||||
if (extractedMetadata != null) {
|
||||
val tags = tagParser.parse(extractedMetadata)
|
||||
|
|
Loading…
Reference in a new issue