diff --git a/src/pages/parts/player/PlayerPart.tsx b/src/pages/parts/player/PlayerPart.tsx index dfa1d3fbd..389a152fb 100644 --- a/src/pages/parts/player/PlayerPart.tsx +++ b/src/pages/parts/player/PlayerPart.tsx @@ -18,7 +18,7 @@ import { usePlayerStore } from "@/stores/player/store"; import { usePreferencesStore } from "@/stores/preferences"; import { useWatchPartyStore } from "@/stores/watchParty"; -import { ScrapingPartInterruptButton, Tips } from "./ScrapingPart"; +import { ScrapingPartInterruptButton} from "./ScrapingPart"; export interface PlayerPartProps { children?: ReactNode; @@ -174,7 +174,7 @@ export function PlayerPart(props: PlayerPartProps) { - {status !== playerStatus.PLAYING && !manualSourceSelection && } + {/*status !== playerStatus.PLAYING && !manualSourceSelection && */}
{status === playerStatus.SCRAPING ? (