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 -> {