musikr: fix formatting
This commit is contained in:
parent
5e168860e7
commit
fdf71cedd2
3 changed files with 4 additions and 4 deletions
|
@ -30,4 +30,4 @@ data class Storage(
|
||||||
val storedPlaylists: StoredPlaylists
|
val storedPlaylists: StoredPlaylists
|
||||||
)
|
)
|
||||||
|
|
||||||
data class Interpretation(val naming: Naming, val separators: Separators)
|
data class Interpretation(val naming: Naming, val separators: Separators)
|
||||||
|
|
|
@ -94,9 +94,10 @@ private class MusikrImpl(
|
||||||
|
|
||||||
private class LibraryResultImpl(
|
private class LibraryResultImpl(
|
||||||
private val storage: Storage,
|
private val storage: Storage,
|
||||||
override val library: MutableLibrary) : LibraryResult {
|
override val library: MutableLibrary
|
||||||
|
) : LibraryResult {
|
||||||
|
|
||||||
override suspend fun cleanup() {
|
override suspend fun cleanup() {
|
||||||
storage.storedCovers.cleanup(library.songs.mapNotNull { it.cover })
|
storage.storedCovers.cleanup(library.songs.mapNotNull { it.cover })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
package org.oxycblt.musikr.tag.interpret
|
|
Loading…
Reference in a new issue