Fix #488
This commit is contained in:
parent
9bd227e807
commit
bb4c9ada73
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class DetailedSongWithContentLength(
|
||||||
id: String,
|
id: String,
|
||||||
title: String,
|
title: String,
|
||||||
artistsText: String? = null,
|
artistsText: String? = null,
|
||||||
durationText: String,
|
durationText: String?,
|
||||||
thumbnailUrl: String?,
|
thumbnailUrl: String?,
|
||||||
totalPlayTimeMs: Long = 0,
|
totalPlayTimeMs: Long = 0,
|
||||||
albumId: String?,
|
albumId: String?,
|
||||||
|
|
Loading…
Reference in a new issue