diff --git a/src/features/file-listing/FileRow.tsx b/src/features/file-listing/FileRow.tsx index 6680b07..bd4f0b8 100644 --- a/src/features/file-listing/FileRow.tsx +++ b/src/features/file-listing/FileRow.tsx @@ -18,7 +18,7 @@ import { import { DecryptedAudioFile, deleteFile, ProcessState } from './fileListingSlice'; import { useCallback, useRef } from 'react'; import { useAppDispatch } from '~/hooks'; -import coverSvgUrl from '~/assets/no-cover.svg'; +import noCoverFallbackImageURL from '~/assets/no-cover.svg'; interface FileRowProps { id: string; @@ -86,9 +86,8 @@ export function FileRow({ id, file }: FileRowProps) {
{`${metadata?.album}