You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
(plugin) Added a new REST route for downloading audio/video streams directly. (@devoxin)
Fixes
(common, v2, plugin) Tentatively fixed null author fields, which caused serialization errors in the plugin. (@devoxin)
Additionally, there is now logging for this which notes down the response JSON and the client responsible for the impartial metadata to aid in debugging in future.
Changes
(common, v2, plugin) poToken is now applied to the WebEmbedded client. (@KagChi)
(plugin) Fixed REST routes not being registered. You can now update refreshToken, poToken and visitorData without needing to reboot your Lavalink nodes.