diff --git a/src/components/player/internals/WebhookReporter.tsx b/src/components/player/internals/Backend/WatchPartyReporter.tsx similarity index 99% rename from src/components/player/internals/WebhookReporter.tsx rename to src/components/player/internals/Backend/WatchPartyReporter.tsx index 86d9fa07..61e1cd84 100644 --- a/src/components/player/internals/WebhookReporter.tsx +++ b/src/components/player/internals/Backend/WatchPartyReporter.tsx @@ -19,7 +19,7 @@ export const emitValidationStatus = (success: boolean) => { /** * Component that sends player status to the backend when watch party is enabled */ -export function WebhookReporter() { +export function WatchPartyReporter() { const { statusHistory, latestStatus } = usePlayerStatusPolling(5); // Keep last 5 status points const lastReportTime = useRef(0); const lastReportedStateRef = useRef("");