mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-05-13 20:12:54 -07:00
6e666d7ca5
- Change `getMediaDetail` JOIN to LEFT JOIN on `imm_lifetime_media` and fall back to aggregated session metrics when no lifetime row exists - Add filter `AND (lm.video_id IS NOT NULL OR s.session_id IS NOT NULL)` to keep results valid - Add regression test covering the session-visible / media-detail-missing mismatch
5 lines
134 B
Markdown
5 lines
134 B
Markdown
type: fixed
|
|
area: stats
|
|
|
|
- Fixed recent session detail pages showing "Media not found" before lifetime media summaries are available.
|