Remove println
This commit is contained in:
@@ -20,8 +20,6 @@ suspend fun Innertube.artistPage(body: BrowseBody): Result<Innertube.ArtistPage>
|
|||||||
mask("contents,header")
|
mask("contents,header")
|
||||||
}.body<BrowseResponse>()
|
}.body<BrowseResponse>()
|
||||||
|
|
||||||
println(response)
|
|
||||||
|
|
||||||
fun findSectionByTitle(text: String): SectionListRenderer.Content? {
|
fun findSectionByTitle(text: String): SectionListRenderer.Content? {
|
||||||
return response
|
return response
|
||||||
.contents
|
.contents
|
||||||
|
|||||||
Reference in New Issue
Block a user