fix: Make constant name easier to read for end users

This commit is contained in:
Myzel394 2023-12-30 20:59:20 +01:00
parent 7401454269
commit 35614a7b7a
No known key found for this signature in database
GPG Key ID: 79CC92F37B3E1A2B

View File

@ -26,7 +26,7 @@ abstract class BatchesFolder(
abstract val mediaContentUri: Uri
val mediaPrefix
get() = MEDIA_RECORDINGS_PREFIX + subfolderName
get() = MEDIA_RECORDINGS_PREFIX + subfolderName + "-"
fun initFolders() {
when (type) {