mirror of
https://github.com/antebudimir/tempus.git
synced 2026-04-15 16:27:26 +00:00
fix: serialized corrected mapping for playlist cover art to appear
This commit is contained in:
parent
526253723b
commit
c6896939e2
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ open class Playlist(
|
|||
var name: String? = null,
|
||||
@ColumnInfo(name = "duration")
|
||||
var duration: Long = 0,
|
||||
@SerializedName("coverArt")
|
||||
@ColumnInfo(name = "coverArt")
|
||||
var coverArtId: String? = null,
|
||||
) : Parcelable {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue