Save lyrics to the database

This commit is contained in:
vfsfitvnm
2022-06-13 11:25:27 +02:00
parent 13881c2d43
commit 3a6af404ab
5 changed files with 390 additions and 30 deletions

View File

@@ -10,8 +10,9 @@ data class Song(
val albumInfoId: Long?,
val durationText: String,
val thumbnailUrl: String?,
val lyrics: String? = null,
val likedAt: Long? = null,
val totalPlayTimeMs: Long = 0
val totalPlayTimeMs: Long = 0,
) {
val formattedTotalPlayTime: String
get() {