Skip to content

Commit

Permalink
hax: innertube: Play all songs not logged in
Browse files Browse the repository at this point in the history
* I don't have the time to look into this more closely, but
  playing songs while logged in works now
  • Loading branch information
mikooomich committed Dec 17, 2024
1 parent d941f8b commit 67de9d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class InnerTube {
videoId: String,
playlistId: String?,
) = httpClient.post("player") {
ytClient(client, setLogin = true)
ytClient(client, setLogin = false)
setBody(
PlayerBody(
context = client.toContext(locale, visitorData).let {
Expand Down

0 comments on commit 67de9d8

Please sign in to comment.