This commit is contained in:
vfsfitvnm 2022-10-22 08:11:25 +02:00
parent 9bd227e807
commit bb4c9ada73

View file

@ -8,7 +8,7 @@ class DetailedSongWithContentLength(
id: String,
title: String,
artistsText: String? = null,
durationText: String,
durationText: String?,
thumbnailUrl: String?,
totalPlayTimeMs: Long = 0,
albumId: String?,