I'm using the youtube channels list API with the following parameters to get my liked videos playlist:part: contentDetails,mine: true
I get this response:"contentDetails": {"relatedPlaylists": {"likes": "LL","uploads": "REDACTED"
Why is the likes playlist only providing "LL" instead of the playlist ID? Is it no longer supported?