diff --git a/frontends/ycdl_flask/backend/endpoints/channel_endpoints.py b/frontends/ycdl_flask/backend/endpoints/channel_endpoints.py index 4b5ebc5..b21e2f8 100644 --- a/frontends/ycdl_flask/backend/endpoints/channel_endpoints.py +++ b/frontends/ycdl_flask/backend/endpoints/channel_endpoints.py @@ -73,6 +73,7 @@ def get_channel(channel_id=None, state=None): all_states=all_states, channel=channel, state=state, + orderby=orderby, query_string='?' + request.query_string.decode('utf-8'), videos=videos, )