automated adding anime by moving progress from 0 to 1
This commit is contained in:
		@@ -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"
 | 
			
		||||
            >
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user