Download a Sone as USK when it’s the first time.
[Sone.git] / src / main / java / net / pterodactylus / sone / core / Core.java
index fcbc889..eaae0b6 100644 (file)
@@ -922,7 +922,7 @@ public class Core implements IdentityListener, UpdateListener {
                                @Override
                                @SuppressWarnings("synthetic-access")
                                public void run() {
-                                       soneDownloader.fetchSone(sone);
+                                       soneDownloader.fetchSone(sone, sone.getRequestUri());
                                }
 
                        }, "Sone Downloader").start();