musikr: fix formatting

This commit is contained in:
Alexander Capehart 2025-01-06 13:17:27 -07:00
parent 5e168860e7
commit fdf71cedd2
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47
3 changed files with 4 additions and 4 deletions

View file

@ -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 })

View file

@ -1 +0,0 @@
package org.oxycblt.musikr.tag.interpret