Releases: lavalink-devs/youtube-source
Releases · lavalink-devs/youtube-source
1.8.3
1.8.2
Fixes
- Fix another possible recursion problem by correctly passing
playabilityStatus
toloadTrackInfoFromInnertube
during recursion. (@taraskondratiuk)
1.8.1
Fixes
- Make
TVHTML5EMBEDDED
'sisEmbedded()
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.
- This likely only occurs if a client incorrectly has its
1.8.0
Additions
- (
plugin
) Added a new REST route for downloading audio/video streams directly. (@devoxin)
Fixes
- (
common
,v2
,plugin
) Tentatively fixed nullauthor
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 theWebEmbedded
client. (@KagChi)