aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-hub/src/meshbay_hub/static
diff options
context:
space:
mode:
authorChristophe Besson <cbesson@gmail.com>2026-09-24 01:52:51 +0200
committerChristophe Besson <cbesson@gmail.com>2026-09-24 16:45:37 +0200
commit57737c05fbf7c482ba436ca8001e7a4b3097b434 (patch)
tree68401879223e3d1e1ec14f02a2083961e0a37bb4 /packages/meshbay-hub/src/meshbay_hub/static
parent7216c1779a799652a8fb4d9301bbf05952b33661 (diff)
downloadmeshbay-57737c05fbf7c482ba436ca8001e7a4b3097b434.tar.gz
refactor(node): move the Music handlers out of webrtc_server
MusicMixin in transport/webrtc/apps/music.py: tags and cover art, and the audio transcode with the extension list that gates it. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static')
-rw-r--r--packages/meshbay-hub/src/meshbay_hub/static/music-player.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/music-player.js b/packages/meshbay-hub/src/meshbay_hub/static/music-player.js
index 5f2e33c..e8124fa 100644
--- a/packages/meshbay-hub/src/meshbay_hub/static/music-player.js
+++ b/packages/meshbay-hub/src/meshbay_hub/static/music-player.js
@@ -37,7 +37,7 @@ const MIME_BY_EXT = {
};
// The same two formats as the node's BROWSER_INCOMPATIBLE_AUDIO_EXTS
-// (webrtc_server.py), which is the one that decides: the node refuses a
+// (transport/webrtc/apps/music.py), which is the one that decides: the node refuses a
// transcode request for anything else. This is here so the player does not
// ask for one it knows will be refused — not because it enforces the rule.
// It used to be the only thing that did, and a member's own message never