From b3c49ac86ba089993735b05ed37b8bc2017af8d5 Mon Sep 17 00:00:00 2001 From: Aris Poloway Date: Thu, 5 Apr 2018 16:45:00 -0400 Subject: [PATCH] Revert unnecessary url clean --- app/src/main/java/org/schabi/newpipe/RouterActivity.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/java/org/schabi/newpipe/RouterActivity.java b/app/src/main/java/org/schabi/newpipe/RouterActivity.java index ab560111e..e0221fc22 100644 --- a/app/src/main/java/org/schabi/newpipe/RouterActivity.java +++ b/app/src/main/java/org/schabi/newpipe/RouterActivity.java @@ -307,8 +307,7 @@ public class RouterActivity extends AppCompatActivity { // StreamDetailFragment can fetch data itself if(playerChoiceKey.equals(getString(R.string.show_info_key))) { disposables.add(Observable - .fromCallable(() -> NavigationHelper.getIntentByLink(this, - NavigationHelper.getCleanUrl(currentService, currentUrl, currentLinkType))) + .fromCallable(() -> NavigationHelper.getIntentByLink(this, currentUrl)) .subscribeOn(Schedulers.io()) .observeOn(AndroidSchedulers.mainThread()) .subscribe(intent -> {