style: auto-fix linting issues

This commit is contained in:
SamidyFR 2026-03-27 18:52:20 +00:00 committed by github-actions[bot]
parent b1b6366528
commit 4a38afe810

View file

@ -1641,7 +1641,7 @@ export async function handleTrackAction(
// Use stored href from card if available, otherwise construct URL
const contextMenu = document.getElementById('context-menu');
const storedHref = contextMenu?._contextHref;
const typeForUrl= type === 'user-playlist' ? 'userplaylist' : type;
const typeForUrl = type === 'user-playlist' ? 'userplaylist' : type;
const url = getShareUrl(storedHref ? storedHref : `/${typeForUrl}/${item.id || item.uuid}`);
trackCopyLink(type, item.id || item.uuid);