musikr: remove useless optin
This commit is contained in:
parent
c2dcbd61f8
commit
8023d2c037
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@ private class ExploreStepImpl(
|
||||||
private val covers: Covers<out Cover>,
|
private val covers: Covers<out Cover>,
|
||||||
private val storedPlaylists: StoredPlaylists
|
private val storedPlaylists: StoredPlaylists
|
||||||
) : ExploreStep {
|
) : ExploreStep {
|
||||||
@OptIn(ExperimentalCoroutinesApi::class)
|
|
||||||
override fun explore(locations: List<MusicLocation>): Flow<Explored> {
|
override fun explore(locations: List<MusicLocation>): Flow<Explored> {
|
||||||
val addingMs = System.currentTimeMillis()
|
val addingMs = System.currentTimeMillis()
|
||||||
return merge(
|
return merge(
|
||||||
|
|
Loading…
Reference in a new issue