diff options
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/video-app.js')
| -rw-r--r-- | packages/meshbay-hub/src/meshbay_hub/static/video-app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/video-app.js b/packages/meshbay-hub/src/meshbay_hub/static/video-app.js index f590d20..18b99af 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/video-app.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/video-app.js @@ -595,7 +595,7 @@ function SeasonMenu({ seasons, selected, selectedYear, onSelect }) { // ── operator: correct a wrong automatic TMDB match ────────────────────────── -// Same shape as group-settings.js's own signFn construction (setVideoRoot, +// Same shape as group-settings.js's own signFn construction (setAppDirectories, // setTmdbConfig, ...) — there is no group-wide "sign this" helper to share, // each caller builds one from the connection it already has. function buildSignFn(transportRef) { |