Merge branch 'develop' into cleanup/code-quality

This commit is contained in:
Gauvain
2026-06-14 17:50:36 +02:00
committed by GitHub
133 changed files with 8763 additions and 2369 deletions

View File

@@ -63,7 +63,7 @@ export const TrackSheet: React.FC<Props> = ({
<Text numberOfLines={1}>
{selected === -1 && streamType === "Subtitle"
? t("common.none")
: selectedSteam?.DisplayTitle || t("common.select", "Select")}
: selectedSteam?.DisplayTitle || t("common.select")}
</Text>
</TouchableOpacity>
</View>