Skip to content

1.8.1

Compare
Choose a tag to compare
@devoxin devoxin released this 22 Sep 21:34
· 10 commits to main since this release
f64f795

Fixes

  • Make TVHTML5EMBEDDED's isEmbedded() getter return true.
  • Fix possible recursion problem when loading track information from the Innertube API.
    • This likely only occurs if a client incorrectly has its isEmbedded method return false. Providing or omitting embedded client fields in the payload of embedded clients makes almost no difference to the response Innertube returns so additional provisions have been included to handle this to prevent these kinds of recursion issues in future.