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
For Playlist instances to have an (optional) thumbnail_renderer prop just like GridPlaylist
Current behavior
The Playlist class ignores the thumbnailRenderer prop
Version
Default
Anything else?
It seems that the thumbnailRenderer node is not always set, for instance on Mix playlists (aka playlists that users didn't make). So if the thumbnailRenderer node should be added it should be optional/possibly undefined.
Checklist
I am running the latest version.
I checked the documentation and found no answer.
I have searched the existing issues and made sure this is not a duplicate.
I have provided sufficient information.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
3.1. Look non-parsed response to see that thumbnailRenderer exists
Example

This bug was encountered in the Freetube repo in this pull request:
FreeTubeApp/FreeTube#3710 (comment)
Failure Logs
Expected behavior
For
Playlist
instances to have an (optional)thumbnail_renderer
prop just likeGridPlaylist
Current behavior
The
Playlist
class ignores thethumbnailRenderer
propVersion
Default
Anything else?
It seems that the thumbnailRenderer node is not always set, for instance on Mix playlists (aka playlists that users didn't make). So if the thumbnailRenderer node should be added it should be optional/possibly undefined.
Checklist
The text was updated successfully, but these errors were encountered: