automated adding anime by moving progress from 0 to 1

This commit is contained in:
john-okeefe 2025-03-30 10:03:05 -04:00
parent aba0f2d1d5
commit e069c47242

View File

@ -514,6 +514,10 @@
startingAnilistStatusOption = statusOptions[2];
completedAtDate = new Date();
}
if (currentAniListAnime.data.MediaList.progress - 1 === 0) {
startingAnilistStatusOption = statusOptions[0];
if (startedAtDate === null) startedAtDate = new Date();
}
}}
class="bg-gray-700 hover:bg-gray-600 border-gray-600 border rounded-e-lg p-3 h-11 focus:ring-gray-700 focus:ring-2 focus:outline-none"
>