refactor(cover): move cover-coupled hooks into cover/; drop deprecated usePlaybackCoverArt shim

This commit is contained in:
Psychotoxical
2026-06-30 19:52:29 +02:00
parent 28e049425e
commit f03a5f13e8
15 changed files with 19 additions and 21 deletions
@@ -3,7 +3,7 @@ import { acquirePerfLivePoll, patchPerfLiveAnalysis } from '@/utils/perf/perfLiv
import { setPerfProbeTelemetryActive } from '@/utils/perf/perfTelemetry';
import { useAnalysisPerfLast } from '@/utils/perf/analysisPerfStore';
import { useAnalysisPerfListener } from '@/hooks/useAnalysisPerfListener';
import { useCoverPerfListener, useCoverUiThroughputPoll } from '@/hooks/useCoverPerfListener';
import { useCoverPerfListener, useCoverUiThroughputPoll } from '@/cover/useCoverPerfListener';
import {
getPerfProbeFlags,
subscribePerfProbeFlags,