fixed incrementcounter on pl version fetch
This commit is contained in:
parent
b52d93a7f3
commit
60fde780fe
@ -500,8 +500,8 @@ export async function downloadCrunchyrollPlaylist(
|
|||||||
if (found) {
|
if (found) {
|
||||||
await deleteVideoToken(episodeID, playlist.data.token)
|
await deleteVideoToken(episodeID, playlist.data.token)
|
||||||
decrementPlaylistCounter();
|
decrementPlaylistCounter();
|
||||||
playlist = await crunchyGetPlaylist(found.guid, found.geo)
|
|
||||||
await incrementPlaylistCounter();
|
await incrementPlaylistCounter();
|
||||||
|
playlist = await crunchyGetPlaylist(found.guid, found.geo)
|
||||||
} else {
|
} else {
|
||||||
console.log('Exact Playlist not found, taking what crunchy gives.')
|
console.log('Exact Playlist not found, taking what crunchy gives.')
|
||||||
messageBox(
|
messageBox(
|
||||||
|
Reference in New Issue
Block a user