Prepare ArtistScreen redesign

This commit is contained in:
vfsfitvnm
2022-09-25 20:29:58 +02:00
parent 19fa11672d
commit 29b4a8f5da
13 changed files with 1312 additions and 9 deletions

View File

@@ -15,5 +15,6 @@ data class Artist(
val shufflePlaylistId: String? = null,
val radioVideoId: String? = null,
val radioPlaylistId: String? = null,
val timestamp: Long?
val timestamp: Long?,
val bookmarkedAt: Long? = null,
)