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,
|
||||
title: String,
|
||||
artistsText: String? = null,
|
||||
durationText: String,
|
||||
durationText: String?,
|
||||
thumbnailUrl: String?,
|
||||
totalPlayTimeMs: Long = 0,
|
||||
albumId: String?,
|
||||
|
|
Loading…
Reference in a new issue