diff --git a/lib/content/contentTemplates.ts b/lib/content/contentTemplates.ts index 7d0653e3..179c7453 100644 --- a/lib/content/contentTemplates.ts +++ b/lib/content/contentTemplates.ts @@ -20,6 +20,11 @@ export const CONTENT_TEMPLATES: ContentTemplate[] = [ description: "Small venue concert", defaultLipsync: false, }, + { + name: "album-record-store", + description: "Album art on vinyl in a NYC record store", + defaultLipsync: false, + }, ]; /** Derived from the first entry in CONTENT_TEMPLATES to avoid string duplication. */