musikr: add temp logging
This commit is contained in:
parent
0ead77d6e6
commit
7b9c14a118
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ private class ExtractStepImpl(
|
|||
val metadata =
|
||||
fds.mapNotNull { fileWith ->
|
||||
wrap(fileWith.file) { _ ->
|
||||
Log.d("ExtractStep", "Extracting ${fileWith.file.path}")
|
||||
metadataExtractor
|
||||
.extract(fileWith.with)
|
||||
?.let { FileWith(fileWith.file, it) }
|
||||
|
|
Loading…
Reference in a new issue