1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-25 22:53:20 +00:00

removed unnecessary method call

This commit is contained in:
Vincent Nagel 2020-04-25 21:39:53 -05:00
parent f60cce54ea
commit 72c9845174

View File

@ -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;
}