summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/invidious/channels.cr7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/invidious/channels.cr b/src/invidious/channels.cr
index b5f2eb04..858fbded 100644
--- a/src/invidious/channels.cr
+++ b/src/invidious/channels.cr
@@ -820,8 +820,13 @@ def fetch_channel_community(ucid, continuation, locale, config, kemal_config, fo
end
end
end
- else
# TODO
+ # when .has_key?("pollRenderer")
+ # attachment = attachment["pollRenderer"]
+ # json.field "type", "poll"
+ else
+ json.field "type", "unknown"
+ json.field "error", "Unrecognized attachment type."
end
end
end