From 9769d6d7d43f1d61dfcda16ba4806175c5cf7658 Mon Sep 17 00:00:00 2001 From: Jeremy LaCivita Date: Wed, 6 Mar 2024 09:51:47 -0500 Subject: [PATCH] fix: Add PlaylistEntity to EntityIntent --- src/schemas/intents.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/schemas/intents.json b/src/schemas/intents.json index 041018322..6fa2a5807 100644 --- a/src/schemas/intents.json +++ b/src/schemas/intents.json @@ -386,6 +386,9 @@ { "$ref": "#/definitions/MusicEntity" }, + { + "$ref": "#/definitions/PlaylistEntity" + }, { "$ref": "#/definitions/AdditionalEntity" },