musikr: fix formatting
This commit is contained in:
parent
5e168860e7
commit
fdf71cedd2
3 changed files with 4 additions and 4 deletions
|
@ -94,7 +94,8 @@ 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