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 d4ec01a..5f7e9ea 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/video-app.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/video-app.js @@ -55,7 +55,7 @@ function yearOf(dateStr) { // Nothing shows until an operator has actually chosen a root in Settings // (§5.6/V-whatever this is now): the node itself runs no TMDB/thumbnail -// work for this group before that either (daemon.py's +// work for this group before that either (enrichment.py's // _enrich_new_video_entries), so falling back to "the whole index" here // would just show files nothing has enriched. function underVideoRoot(entry, directories) { |