Normalize volume (#53)

This commit is contained in:
vfsfitvnm
2022-06-21 19:37:01 +02:00
parent 0ab184cd85
commit 8a94c7e714
10 changed files with 399 additions and 28 deletions

View File

@@ -137,7 +137,8 @@ val SongWithInfo.asMediaItem: MediaItem
"albumId" to album?.browseId,
"artistNames" to authors?.map { it.text },
"artistIds" to authors?.map { it.browseId },
"durationText" to song.durationText
"durationText" to song.durationText,
"loudnessDb" to song.loudnessDb
)
)
.build()