pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove unused translation on skip episode button

Pas ca921612 ba6b4414

-2
-2
src/components/player/internals/SkipEpisodeButton.tsx
··· 1 1 import { useCallback } from "react"; 2 - import { useTranslation } from "react-i18next"; 3 2 4 3 import { Icons } from "@/components/Icon"; 5 4 import { usePlayerMeta } from "@/components/player/hooks/usePlayerMeta"; ··· 14 13 } 15 14 16 15 export function SkipEpisodeButton(props: SkipEpisodeButtonProps) { 17 - const { t } = useTranslation(); 18 16 const meta = usePlayerStore((s) => s.meta); 19 17 const { setDirectMeta } = usePlayerMeta(); 20 18 const setShouldStartFromBeginning = usePlayerStore(