From 61d2d36b69c28d1e95b8aeaf9c58d774ea11416d Mon Sep 17 00:00:00 2001 From: aka paul <80717571+50n50@users.noreply.github.com> Date: Fri, 29 May 2026 17:08:09 +0200 Subject: [PATCH] fix --- otaku-streamers/otaku-streamers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otaku-streamers/otaku-streamers.js b/otaku-streamers/otaku-streamers.js index 7520220..ab2830a 100644 --- a/otaku-streamers/otaku-streamers.js +++ b/otaku-streamers/otaku-streamers.js @@ -64,7 +64,7 @@ async function extractEpisodes(url) { number: parseInt(match[2], 10) }); } - + results.reverse(); return JSON.stringify(results); } catch (err) { return JSON.stringify([{