Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vfsfitvnm committed Oct 22, 2022
1 parent 9bd227e commit bb4c9ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class DetailedSongWithContentLength(
id: String,
title: String,
artistsText: String? = null,
durationText: String,
durationText: String?,
thumbnailUrl: String?,
totalPlayTimeMs: Long = 0,
albumId: String?,
Expand Down

0 comments on commit bb4c9ad

Please sign in to comment.