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 =
|
val metadata =
|
||||||
fds.mapNotNull { fileWith ->
|
fds.mapNotNull { fileWith ->
|
||||||
wrap(fileWith.file) { _ ->
|
wrap(fileWith.file) { _ ->
|
||||||
|
Log.d("ExtractStep", "Extracting ${fileWith.file.path}")
|
||||||
metadataExtractor
|
metadataExtractor
|
||||||
.extract(fileWith.with)
|
.extract(fileWith.with)
|
||||||
?.let { FileWith(fileWith.file, it) }
|
?.let { FileWith(fileWith.file, it) }
|
||||||
|
|
Loading…
Reference in a new issue