Downlad SSKs instead of USKs to prevent triggering another search.
[Sone.git] / src / main / java / net / pterodactylus / sone / core / SoneDownloader.java
index 7022f5e..56c1e4a 100644 (file)
@@ -119,7 +119,7 @@ public class SoneDownloader extends AbstractService {
         *            The Sone to fetch
         */
        public void fetchSone(Sone sone) {
-               fetchSone(sone, sone.getRequestUri());
+               fetchSone(sone, sone.getRequestUri().sskForUSK());
        }
 
        /**