Assigned
Status Update
Comments
sn...@google.com <sn...@google.com> #2
Thanks Alex.
We have this work ongoing, forwarding to Siyamed to duplicate properly
sn...@google.com <sn...@google.com> #3
Thanks alexjlockwood@ It will be out soon.
ma...@gmail.com <ma...@gmail.com> #4
according to the description this will be a signal for beng single line and horizontally scrolling rather than the maxLines.
maxLines will be merged soon, single line flag will follow.
Description
- Description
The subscriptions/list API does not show my currently streaming subscriptions first, no matter what 'order' parameter is supplied. I know this is incorrect, as if I look at my subscriptions page:
- API request with parameters used (DO NOT include your credential)
GET
- Result (copy and paste a JSON response you received)
{
"items": [
{
"snippet": {
"title": "The Mighty Jingles"
}
},
{
"snippet": {
"title": "Valefisk"
}
},
{
"snippet": {
"title": "Perkins Builder Brothers"
}
},
{
"snippet": {
"title": "Well There's Your Problem Podcast"
}
},
{
"snippet": {
"title": "Bringus Studios"
}
}
]
}
- Expected result
{
"items": [
{
"snippet": {
"title": "Nerissa Ravencroft Ch. hololive-EN"
}
},
{
"snippet": {
"title": "ronillust"
}
},
"snippet": {
"title": "The Mighty Jingles"
}
},
{
"snippet": {
"title": "Valefisk"
}
},
{
"snippet": {
"title": "Perkins Builder Brothers"
}
},
{
"snippet": {
"title": "Well There's Your Problem Podcast"
}
},
{
"snippet": {
"title": "Bringus Studios"
}
}
]
}
- Is it 100% reproducible?
Yes
- Reproducible API explorer link