Page MenuHomePhorge

No OneTemporary

Size
527 B
Referenced Files
None
Subscribers
None
diff --git a/src/stores/streaming.js b/src/stores/streaming.js
index 638ee5dbf9..aac1fa8604 100644
--- a/src/stores/streaming.js
+++ b/src/stores/streaming.js
@@ -100,7 +100,7 @@ export const useStreamingStore = defineStore('streaming', {
if (stream) {
this.subscriptions.get(stream.name).delete(stream.argument)
} else {
- this.globalSubscriptions.remove(subscriber)
+ this.globalSubscriptions.delete(subscriber)
}
if (stream && this.state === WSConnectionStatus.JOINED) {

File Metadata

Mime Type
text/x-diff
Expires
Sun, Aug 30, 1:20 PM (1 d, 8 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1738007
Default Alt Text
(527 B)

Event Timeline