✨ Add way to start fetch while skipping one version
[Sone.git] / src / main / java / net / pterodactylus / sone / core / SoneRescuer.java
index adc0925..6045127 100644 (file)
@@ -130,6 +130,15 @@ public class SoneRescuer extends AbstractService {
                notifySyncObject();
        }
 
+       /**
+        * Starts the next fetch.
+        */
+       public void startNextFetchWithSkip() {
+               currentEdition--;
+               fetching = true;
+               notifySyncObject();
+       }
+
        //
        // SERVICE METHODS
        //