From 3c379a4ec4d030a8f7fbbc0ddf2621e4d39be238 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 18 Jan 2025 17:07:53 +0100 Subject: Add some forgotten content kinds to ::all(). --- src/content_kind.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/content_kind.cc b/src/content_kind.cc index 10439452..0d5ec8f2 100644 --- a/src/content_kind.cc +++ b/src/content_kind.cc @@ -79,8 +79,12 @@ ContentKind::all() ContentKind::POLICY, ContentKind::PUBLIC_SERVICE_ANNOUNCEMENT, ContentKind::ADVERTISEMENT, + ContentKind::CLIP, + ContentKind::PROMO, + ContentKind::STEREOCARD, ContentKind::EPISODE, - ContentKind::PROMO + ContentKind::HIGHLIGHTS, + ContentKind::EVENT }; } -- cgit v1.2.3