diff options
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub')
| -rw-r--r-- | packages/meshbay-hub/src/meshbay_hub/static/video-app.js | 4 |
1 files changed, 2 insertions, 2 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 5222afb..c0102e5 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/video-app.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/video-app.js @@ -627,7 +627,7 @@ function PosterGrid({ movies, shows, transportRef, gekRef, onPreview, tmdbEnable // Two raw groups (grouped by parsed display_title, §4.1) resolving to the // same confident TMDB id are almost certainly one show whose seasons // were released under differently-named folders — confirmed live: one - // operator's show had its two seasons parsed as "Ovni" and "OVNIs" by + // operator's show had its two seasons parsed as two spellings by // two different release groups, showing as two identical-looking cards // once both matched the same real show (§3.4/V6). Merged here once both // are actually known — never required for the fallback to work: a group @@ -735,7 +735,7 @@ function PosterGrid({ movies, shows, transportRef, gekRef, onPreview, tmdbEnable // Within a season group, every episode's own display_title is usually // just the show name again (guessit rarely finds a per-episode subtitle -// for this kind of release) — repeating "OVNI" twelve times in a row said +// for this kind of release) — repeating the show name twelve times in a row said // nothing an episode number wouldn't say better. Shown only when this row // is actually inside a season group (`seasonContext` set); a real, // distinct per-episode title (a show that *does* carry one) still wins |