diff --git a/src/components/player/hooks/useSkipTime.ts b/src/components/player/hooks/useSkipTime.ts index a2c85804..c232d7ff 100644 --- a/src/components/player/hooks/useSkipTime.ts +++ b/src/components/player/hooks/useSkipTime.ts @@ -3,7 +3,7 @@ import { useEffect, useState } from "react"; import { usePlayerMeta } from "@/components/player/hooks/usePlayerMeta"; // Thanks Nemo, Custom, and Roomba for this API -const BASE_URL = "https://fed-api-production.up.railway.app"; +const BASE_URL = "https://febapi.bludclart.com"; export function useSkipTime() { const { playerMeta: meta } = usePlayerMeta();