Fixed bug with dupe subtitle names for transcoded content

This commit is contained in:
Alex Kim
2024-11-25 15:35:05 +11:00
parent d218d0b1c2
commit 0054095b20
5 changed files with 113 additions and 66 deletions

View File

@@ -65,9 +65,6 @@ export const PlayButton: React.FC<Props> = ({
const colorChangeProgress = useSharedValue(0);
const [settings] = useSettings();
// console.log(bitrateValue);
const goToPlayer = useCallback(
(q: string, bitrateValue: number | undefined) => {
if (!bitrateValue) {