Drop info field/column from Artist

This commit is contained in:
vfsfitvnm
2022-10-14 16:17:44 +02:00
parent 214136a13e
commit 25fd43b98d
5 changed files with 647 additions and 7 deletions

View File

@@ -100,7 +100,6 @@ fun ArtistScreen(browseId: String) {
id = browseId,
name = artistPage.name,
thumbnailUrl = artistPage.thumbnail?.url,
info = artistPage.description,
timestamp = System.currentTimeMillis(),
bookmarkedAt = artist?.bookmarkedAt
)