From 72c98451747b131fbafa8bb56259f66c203bb418 Mon Sep 17 00:00:00 2001 From: Vincent Nagel Date: Sat, 25 Apr 2020 21:39:53 -0500 Subject: [PATCH] removed unnecessary method call --- app/src/debug/java/org/schabi/newpipe/DebugApp.java | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/debug/java/org/schabi/newpipe/DebugApp.java b/app/src/debug/java/org/schabi/newpipe/DebugApp.java index 8eb1a1f7d..6bcf71035 100644 --- a/app/src/debug/java/org/schabi/newpipe/DebugApp.java +++ b/app/src/debug/java/org/schabi/newpipe/DebugApp.java @@ -43,7 +43,6 @@ public class DebugApp extends App { DownloaderImpl downloader = DownloaderImpl.init(new OkHttpClient.Builder() .addNetworkInterceptor(new StethoInterceptor())); setCookiesToDownloader(downloader); - downloader.updateYoutubeRestrictedModeCookies(getApplicationContext()); return downloader; }