mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-29 00:38:44 +00:00
remove unused translation on skip episode button
This commit is contained in:
parent
ba6b4414d7
commit
ca921612f0
1 changed files with 0 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import { useCallback } from "react";
|
||||
import { useTranslation } from "react-i18next";
|
||||
|
||||
import { Icons } from "@/components/Icon";
|
||||
import { usePlayerMeta } from "@/components/player/hooks/usePlayerMeta";
|
||||
|
|
@ -14,7 +13,6 @@ interface SkipEpisodeButtonProps {
|
|||
}
|
||||
|
||||
export function SkipEpisodeButton(props: SkipEpisodeButtonProps) {
|
||||
const { t } = useTranslation();
|
||||
const meta = usePlayerStore((s) => s.meta);
|
||||
const { setDirectMeta } = usePlayerMeta();
|
||||
const setShouldStartFromBeginning = usePlayerStore(
|
||||
|
|
|
|||
Loading…
Reference in a new issue