diff options
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 |