musikr: fix missing import
This commit is contained in:
parent
a593f2874d
commit
993dbbf8c1
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue