From 60fde780fef409a9d30f0e5bf559e993c8b49c65 Mon Sep 17 00:00:00 2001 From: stratuma Date: Thu, 23 May 2024 02:25:39 +0200 Subject: [PATCH] fixed incrementcounter on pl version fetch --- src/api/routes/service/service.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/routes/service/service.service.ts b/src/api/routes/service/service.service.ts index d4e7731..dc7fb45 100644 --- a/src/api/routes/service/service.service.ts +++ b/src/api/routes/service/service.service.ts @@ -500,8 +500,8 @@ export async function downloadCrunchyrollPlaylist( if (found) { await deleteVideoToken(episodeID, playlist.data.token) decrementPlaylistCounter(); - playlist = await crunchyGetPlaylist(found.guid, found.geo) await incrementPlaylistCounter(); + playlist = await crunchyGetPlaylist(found.guid, found.geo) } else { console.log('Exact Playlist not found, taking what crunchy gives.') messageBox(