From 57737c05fbf7c482ba436ca8001e7a4b3097b434 Mon Sep 17 00:00:00 2001 From: Christophe Besson Date: Thu, 24 Sep 2026 01:52:51 +0200 Subject: 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 --- packages/meshbay-hub/src/meshbay_hub/static/music-player.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/meshbay-hub/src') 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 -- cgit v1.2.3