diff options
| author | Christophe Besson <cbesson@gmail.com> | 2026-09-24 01:52:51 +0200 |
|---|---|---|
| committer | Christophe Besson <cbesson@gmail.com> | 2026-09-24 16:45:37 +0200 |
| commit | 57737c05fbf7c482ba436ca8001e7a4b3097b434 (patch) | |
| tree | 68401879223e3d1e1ec14f02a2083961e0a37bb4 /packages/meshbay-hub | |
| parent | 7216c1779a799652a8fb4d9301bbf05952b33661 (diff) | |
| download | meshbay-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')
| -rw-r--r-- | packages/meshbay-hub/src/meshbay_hub/static/music-player.js | 2 |
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 |