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