From db2332b73573f91b16d782cbed95db3e5a3a8eea Mon Sep 17 00:00:00 2001 From: reidlab Date: Tue, 24 Mar 2026 15:17:17 -0700 Subject: [PATCH] remove outdated comment --- src/web/endpoints/back/downloadAlbum.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/web/endpoints/back/downloadAlbum.ts b/src/web/endpoints/back/downloadAlbum.ts index a952476..21803f5 100644 --- a/src/web/endpoints/back/downloadAlbum.ts +++ b/src/web/endpoints/back/downloadAlbum.ts @@ -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;