Pass entity bookmarkedAt when updating artists and albums

This commit is contained in:
vfsfitvnm
2022-10-04 08:38:33 +02:00
parent cbfc41f57e
commit ccf5a35ff6
4 changed files with 6 additions and 17 deletions

View File

@@ -1,9 +0,0 @@
package it.vfsfitvnm.vimusic.models
data class PartialArtist(
val id: String,
val name: String?,
val thumbnailUrl: String?,
val info: String?,
val timestamp: Long? = null,
)