Do not return unused artist info in DetailedSong
This commit is contained in:
@@ -12,7 +12,7 @@ class DetailedSongWithContentLength(
|
||||
thumbnailUrl: String?,
|
||||
totalPlayTimeMs: Long = 0,
|
||||
albumId: String?,
|
||||
artists: List<Artist>?,
|
||||
artists: List<Info>?,
|
||||
@Relation(
|
||||
entity = Format::class,
|
||||
entityColumn = "songId",
|
||||
|
||||
Reference in New Issue
Block a user