music: correctly propagate error
This commit is contained in:
parent
b10caaef54
commit
17939f6b2a
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ constructor(
|
||||||
// to cascade to and cancel all other routines before finally bubbling up
|
// to cascade to and cancel all other routines before finally bubbling up
|
||||||
// to the main extractor loop.
|
// to the main extractor loop.
|
||||||
logE("MediaStore extraction failed: $e")
|
logE("MediaStore extraction failed: $e")
|
||||||
incompleteSongs.close(Exception("MediaStore extraction failed: e"))
|
incompleteSongs.close(Exception("MediaStore extraction failed: $e"))
|
||||||
return@async
|
return@async
|
||||||
}
|
}
|
||||||
incompleteSongs.close()
|
incompleteSongs.close()
|
||||||
|
|
Loading…
Reference in a new issue