Skip to content

Commit

Permalink
Remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
toasterofbread committed Oct 26, 2023
1 parent d5d16c7 commit 4213c82
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ class YTMGetHomeFeedEndpoint(override val api: YoutubeMusicApi): HomeFeedEndpoin

last_request = request

return@withContext Result.failure(DataParseException.ofYoutubeJsonRequest(request, api))

val result = api.performRequest(request)
val parsed: YoutubeiBrowseResponse = result.parseJsonResponse {
return@withContext Result.failure(it)
Expand Down

0 comments on commit 4213c82

Please sign in to comment.