LoadMediaPopover
A popover to load a video + subtitles, either from the device or from the active profile's stored files. Profile media is grouped by lineage, so a video's derived files (subtitles, a converted MP4) sit right under it, and every row loads on its own.
Functions¶
LoadMediaPopover()¶
Defined in: src/features/player/components/LoadMediaPopover.tsx:66
The LoadMediaPopover component.
Parameters¶
| Parameter | Type | Description |
|---|---|---|
props |
{ className?: string; } |
Optional class for the trigger. |
props.className? |
string |
- |
Returns¶
Element
The load-media trigger + popover.