Channels: Add sort options to streams - #4224
Conversation
|
Yes, merging the two in a single function is strongly preferred. |
|
I made the requested changes but couldn't test it yet because YouTube is blocked in my country, shouldn't be merged until then. |
SamantazFox
left a comment
There was a problem hiding this comment.
Code looks good! I'm only asking for a few style/syntax changes ^^
|
Done, sorry for delay. Been busy with midterms. |
|
@src-tinkerer yeah, sure, no problem ^^ With my 60+ pending PRs to review, that'd be quite ironic for me to ask you to reply in a timely manner x) |
|
Will test this week |
|
Okay done testing and live stream sort works. |
This comment has been minimized.
This comment has been minimized.
|
Thanks for your contribution :) |
Uses the same method that is used for videos. We create continuation based on the sort option. One note though,
produce_channel_livestreams_continuationandproduce_channel_videos_continuationare almost identical, so is it better to simply make a singular function that produces the continuation based on the content?