We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1520342 commit cdd4489Copy full SHA for cdd4489
app/src/main/java/org/xbmc/kore/utils/PluginUrlUtils.java
@@ -83,9 +83,9 @@ public static String toInvidiousYouTubePluginUrl(Uri playUri) {
83
.scheme("plugin")
84
.authority("plugin.video.invidious")
85
.path("/")
86
- .appendQueryParameter("action", "play_video");
+ .appendQueryParameter("action", "play");
87
88
- String videoIdParameterKey = "video_id";
+ String videoIdParameterKey = "videoId";
89
90
String videoId;
91
if (host.endsWith("youtube.com")) {
0 commit comments