fix audio metadata and filename

This commit is contained in:
hyperdefined 2024-07-17 21:43:34 -04:00
parent 27a1d8dde3
commit 82a1f6ce45
No known key found for this signature in database
GPG Key ID: EB0B55B31E88AB03

View File

@ -62,8 +62,9 @@ export default async function(obj) {
id: obj.id, id: obj.id,
title: fileMetadata.title, title: fileMetadata.title,
author: fileMetadata.artist, author: fileMetadata.artist,
fileMetadata
}, },
fileMetadata,
isAudioOnly: true
} }
} }
} }