From 1ba95852f4365d166411f8e6db175db84ec06ec1 Mon Sep 17 00:00:00 2001 From: Christophe Besson Date: Thu, 24 Sep 2026 02:09:03 +0200 Subject: refactor(node): move the MusicBrainz switch to the Music mixin An operator op that exists for one app lives with that app. Co-Authored-By: Claude Opus 5.5 --- packages/meshbay-hub/src/meshbay_hub/static/transport.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/transport.js b/packages/meshbay-hub/src/meshbay_hub/static/transport.js index 79cd8e1..fb698e8 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/transport.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/transport.js @@ -1763,7 +1763,7 @@ class MeshBayTransport { if (msg.type === 'error') throw new Error(msg.detail); if (msg.type === 'admin_challenge') { // Python's f"{bool}" is "True"/"False", not JS's lowercase — must - // match webrtc_server.py _do_musicbrainz_enabled byte-for-byte. + // match apps/music.py _do_musicbrainz_enabled byte-for-byte. const subject = enabled ? 'True' : 'False'; return this._authorizeAdminOp(msg, 'musicbrainz_enabled', subject, signFn); } -- cgit v1.2.3