mirror of
https://github.com/streamyfin/streamyfin.git
synced 2025-08-20 18:37:18 +02:00
Finished
This commit is contained in:
@@ -70,6 +70,8 @@ const DropdownView: React.FC<DropdownViewProps> = ({ showControls }) => {
|
||||
&& x.IsTextSubtitleStream)
|
||||
|| subtitleIndexStr === "-1";
|
||||
|
||||
|
||||
// TODO: Add support for text sorting subtitles renaming.
|
||||
const allSubtitleTracksForTranscodingStream = useMemo(() => {
|
||||
const allSubs = mediaSource?.MediaStreams?.filter((x) => x.Type === "Subtitle") ?? [];
|
||||
if (isOnTextSubtitle) {
|
||||
|
||||
Reference in New Issue
Block a user