This commit is contained in:
jeffvli
2026-06-19 22:07:42 -07:00
parent 61cc87e0b7
commit 0664b0ad02
2 changed files with 2 additions and 1 deletions
@@ -1,4 +1,5 @@
import { ItemDetailListCellProps } from './types';
import { resolveSongPath } from '/@/renderer/utils/resolve-song-path';
export const PathColumn = ({ song }: ItemDetailListCellProps) =>
@@ -2,9 +2,9 @@ import isElectron from 'is-electron';
import { useCallback } from 'react';
import { useTranslation } from 'react-i18next';
import { resolveSongPath } from '/@/renderer/utils/resolve-song-path';
import { ContextMenu } from '/@/shared/components/context-menu/context-menu';
import { toast } from '/@/shared/components/toast/toast';
import { resolveSongPath } from '/@/renderer/utils/resolve-song-path';
import { QueueSong, Song } from '/@/shared/types/domain-types';
interface ShowInFileExplorerActionProps {