From ebd383b0e0a6168f99857126897b07395e24b41c Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Mon, 27 May 2024 16:57:01 -0600 Subject: embed youtobe videos --- lisp/sql/gallery.lisp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lisp/sql/gallery.lisp') diff --git a/lisp/sql/gallery.lisp b/lisp/sql/gallery.lisp index 2f4231d..501691d 100644 --- a/lisp/sql/gallery.lisp +++ b/lisp/sql/gallery.lisp @@ -16,6 +16,9 @@ (mime_type :initarg :mime_type :initform nil :accessor mime_type) + (video_embed_url :initarg :video_embed_url + :initform nil + :accessor video_embed_url) (content :initarg :content :initform nil :accessor content) -- cgit v1.3