api/utils: rename metadata converter function

This commit is contained in:
wukko
2024-11-24 14:55:46 +06:00
parent 6a430545d2
commit 407c27ed86
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
const forbiddenCharsString = ['}', '{', '%', '>', '<', '^', ';', ':', '`', '$', '"', "@", '=', '?', '|', '*'];
export function metadataManager(obj) {
export function convertMetadataToFFmpeg(obj) {
const keys = Object.keys(obj);
const tags = [
"album",