aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/model.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/model.lisp')
-rw-r--r--src/model.lisp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/model.lisp b/src/model.lisp
index ed26d9b..85a4f83 100644
--- a/src/model.lisp
+++ b/src/model.lisp
@@ -262,3 +262,6 @@ indicating that the CODE was not associated with any known INVITE."
title (unless (equal "" new-title) new-title)))))
+(defun playlist-cover-url (pl)
+ (declare (ignore pl))
+ "https://images5.fanpop.com/image/photos/31100000/Riker-star-trek-the-next-generation-31159197-1024-768.png")