diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-18 17:07:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-18 17:07:55 +0100 |
| commit | 3c379a4ec4d030a8f7fbbc0ddf2621e4d39be238 (patch) | |
| tree | 9f4e1ddce05e39f69a911839397ba41e877da300 | |
| parent | b30b938b326ad3564f2a39acfe6a1bfe0c203ca6 (diff) | |
Add some forgotten content kinds to ::all().v1.10.7
| -rw-r--r-- | src/content_kind.cc | 6 |
1 files changed, 5 insertions, 1 deletions
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 }; } |
