remove outdated comment

This commit is contained in:
Reid 2026-03-24 15:17:17 -07:00
parent d9216fe8ce
commit db2332b735
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD

View file

@ -32,7 +32,6 @@ paths[path] = {
}
};
// TODO: include album art?
router.get(path, async (req, res, next) => {
try {
const { id, codec } = (await validate(req, schema)).query;