refactor(cover): relocate imageCache into the cover layer (barrel-only external access)

This commit is contained in:
Psychotoxical
2026-07-01 00:57:07 +02:00
parent 7f48071ec4
commit a323212d0d
19 changed files with 31 additions and 21 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import { coverStorageKeyFromRef } from '@/cover/storageKeys';
import type { CoverPrefetchPriority } from '@/cover/types';
import { COVER_DENSE_GRID_MIN_CELL_CSS_PX } from '@/cover/layoutSizes';
import { resolveCoverDisplayTier } from '@/cover/tiers';
import { acquireUrl } from '@/utils/imageCache/urlPool';
import { acquireUrl } from '@/cover';
import { OpenArtistRefInline } from '@/features/artist';
import { fetchAlbumTracks, playAlbum, playAlbumShuffled } from '@/features/playback/utils/playback/playAlbum';
import { useLongPressAction } from '@/lib/hooks/useLongPressAction';