diff options
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/group-page.js')
| -rw-r--r-- | packages/meshbay-hub/src/meshbay_hub/static/group-page.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/group-page.js b/packages/meshbay-hub/src/meshbay_hub/static/group-page.js index 51e39dc..4de33b9 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/group-page.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/group-page.js @@ -760,7 +760,7 @@ function GroupPage({ groupId, group, token, username, userId, userPrefs, // wire too, so nothing anywhere carries them. ...perAppDirectories, tmdbConfig, - musicbrainzConfig, onPlayQueue, + musicbrainzConfig, onPlayQueue, userPrefs, }; return html` |