Index: src/routes/audio.js
===================================================================
--- src/routes/audio.js	(revision fef781eb8f9efb0e0be591707a4e79aa60191494)
+++ src/routes/audio.js	(revision d7746798ec30f65765731ccbef3852624ec58f96)
@@ -92,7 +92,7 @@
   const range = req.headers.range;
 
-  // Statistieken: tel één play bij de initiële player-fetch (niet bij scrub/
-  // range-continuaties; replays binnen 24u komen uit de browsercache → geen
-  // dubbeltelling). Best-effort, mag nooit de stream breken.
+  // Statistics: count one play on the initial player fetch (not on scrub/
+  // range continuations; replays within 24h come from the browser cache → no
+  // double counting). Best-effort, must never break the stream.
   if (req.get('X-Audio-Player') === '1' && (!range || /^bytes=0-/.test(range))) {
     try {
@@ -141,6 +141,6 @@
 });
 
-// Welke post bevat deze track? (voor de mini-speler → "spring naar de post +
-// scroll naar de track".) Pakt de nieuwste gepubliceerde post met [[track:<id>]].
+// Which post contains this track? (for the mini-player → "jump to the post +
+// scroll to the track".) Fetches the newest published post with [[track:<id>]].
 router.get('/track/:id/post', (req, res) => {
   const id = String(req.params.id || '');
