From f1e9c565690a88c665ef1fbc453139568b1b4dcb Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Tue, 25 Aug 2026 22:06:25 +0300 Subject: [PATCH] fix unsub again --- src/stores/streaming.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/streaming.js b/src/stores/streaming.js index 1b4d07292..9233124b5 100644 --- a/src/stores/streaming.js +++ b/src/stores/streaming.js @@ -131,7 +131,7 @@ export const useStreamingStore = defineStore('streaming', { }, getSubArgs(stream) { - if (stream === undefined) return undefined + if (stream === undefined) return [] const argumentKey = ARGUMENT_MAP[stream.name] const args = argumentKey ? {