Do not return unused artist info in DetailedSong

This commit is contained in:
vfsfitvnm
2022-09-03 19:38:48 +02:00
parent 8ae7bd96f5
commit 92b3cc2b33
3 changed files with 10 additions and 3 deletions

View File

@@ -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",