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
@@ -1,4 +1,4 @@
import { usePlaybackCoverArt } from '@/hooks/usePlaybackCoverArt';
import { usePlaybackCoverArt } from '@/cover/usePlaybackCoverArt';
import { usePlaybackTrackCoverRef } from '@/cover/useLibraryCoverRef';
import { useEffect, useRef, useState } from 'react';
import { emit } from '@tauri-apps/api/event';