« get me outta code hell

naughty hack for context menu in playlist sources - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/socket.js
diff options
context:
space:
mode:
author(quasar) nebula <towerofnix@gmail.com>2021-04-25 19:06:31 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-05-16 22:06:55 -0300
commit4bee8ad4fc1c315055d0d3377f8140b02cd51621 (patch)
treef70cc4904038c6e5dde852dd3dd191f9d23ca40c /socket.js
parent346deb2d7c7d7ae0eb3153152efab276db8367b4 (diff)
naughty hack for context menu in playlist sources
...plus a todo detailing what should be better
Diffstat (limited to 'socket.js')
-rw-r--r--socket.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/socket.js b/socket.js
index 33269ee..e02285c 100644
--- a/socket.js
+++ b/socket.js
@@ -42,7 +42,7 @@ import {
 // clients / the server otherwise.
 const DEFAULT_NICKNAME = '(Unnamed)'
 
-const originalSymbol = Symbol('Original item')
+export const originalSymbol = Symbol('Original item')
 
 function serializePartySource(item) {
   // Turn an item into a sanitized, compact format for sharing with the server