refactor: add formatTemplate import to downloads.js

This commit is contained in:
binimum 2026-03-20 00:33:05 +00:00 committed by GitHub
parent f76063d31a
commit f378552028

View file

@ -7,6 +7,7 @@ import {
getTrackTitle,
getCoverBlob,
getExtensionFromBlob,
formatTemplate,
escapeHtml,
getTrackDiscNumber,
} from './utils.js';