Separate internal storage from SD storage in StorageFragment

This commit is contained in:
Ensar Sarajčić 2023-09-07 12:32:09 +02:00
parent a0419ed02c
commit fbaacdb412
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ const val OTHERS = "others"
const val SHOW_MIMETYPE = "show_mimetype"
const val VOLUME_NAME = "volume_name"
const val PRIMARY_VOLUME_NAME = "external"
const val PRIMARY_VOLUME_NAME = "external_primary"
// what else should we count as an audio except "audio/*" mimetype
val extraAudioMimeTypes = arrayListOf("application/ogg")