From 4ffad69c44378aa43a3aa847098fdb2099a001d1 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Wed, 16 Oct 2024 18:50:14 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Todo=20to=20move=20the=20method?= =?UTF-8?q?=20from=20UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/socket.service.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/services/socket.service.ts b/services/socket.service.ts index d396325..0610db5 100644 --- a/services/socket.service.ts +++ b/services/socket.service.ts @@ -118,7 +118,11 @@ export default class SocketService extends Service { // ); }, // AirDCPP Socket actions - + getBundles: { + async handler(ctx) { + // get bundles bitch + } + }, search: { params: { query: "object",