musikr: fix missing import

This commit is contained in:
Alexander Capehart 2024-12-13 11:35:08 -07:00
parent a593f2874d
commit 993dbbf8c1
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -24,6 +24,7 @@ import android.net.Uri
import android.provider.DocumentsContract
import org.oxycblt.musikr.fs.path.DocumentPathFactory
import org.oxycblt.musikr.fs.query.contentResolverSafe
import org.oxycblt.musikr.tag.util.splitEscaped
class MusicLocation internal constructor(val uri: Uri, val path: Path) {
override fun equals(other: Any?) = other is MusicLocation && uri == other.uri