fixed incrementcounter on pl version fetch

This commit is contained in:
stratuma 2024-05-23 02:25:39 +02:00
parent b52d93a7f3
commit 60fde780fe

View File

@ -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(