11.0.1 playlist.info.is_editable
is suddenly undefined for custom playlists
#800
Labels
bug
Something isn't working
Steps to reproduce
playlist.removeVideos
for a custom playlsitFailure Logs
Expected behavior
The
playlist.info.is_editable
value to be a boolean.Current behavior
The
playlist.info.is_editable
value isundefined
here:YouTube.js/src/core/managers/PlaylistManager.ts
Line 113 in 126a66f
Version
Default
Anything else?
This looks to be server-side issue as the
isEditable
property is defined inytInitialData
:However, the following still does work to remove videos from a playlist:
Checklist
The text was updated successfully, but these errors were encountered: